If my EditBox is not in a ScrollView, it won\'t open the keyboard automatically (which is good!) However, now it is included in one, it does this annoying thing every time I start the Activity.
Not sure how to explain this,hope you understand me.. Here is the problem : I have a few packages in my app and I\'m doing this :
I\'m implementing an application for android and I run into memory issues while populating a list view with data from the internet. A strange error that occurs seems to be caused by the lack of recycl
Hi I need a little help here ... thats the first part of my code : public void onCreate(Bundle savedInstanceState) {
I am writing junit test cases for an android project. I开发者_StackOverflow中文版 wrote junit for activity classes but I dont know how to write test cases for other classes that doesn\'t inherit from
I\'m trying to create a pdf opener on my android emulator (2.3.3), however it is returning an Activitynotfound exception every time i run it. I\'ve checked the package name and the class name and it i
I have a problem that I have a widget that needs to make a http request using an activity and get some updates fr开发者_StackOverflowom internet.My problem is widget is doing the updates only using th
I have an application which uses the MediaPlayer to play music. When I play music and lock my d开发者_运维知识库evice it starts to call onPause and onResume in various periods of time, ( it\'s not the
I have a list activity .I have created a array string[]name = new Str开发者_StackOverflow中文版ing[50];
I am making an app that is rea开发者_JAVA百科dily available and MOSTLY used on phones, but would be CONVENIENT to use on a tablet if available.