When I start my main activity I will check if the preferences are setted. If not I will start the preferences activity. On android 1.6 all right, but from the next versions I\'m taking this timeout fo
i have this class: public class DownloadImageTask extends AsyncTask<String, Void, Bitmap> { ImageFromWeb ifw;
I use my Main Activity to paint Text. Now Ive a Service in Background that listens to a bluetooth device. If a button on the device is pressed I insert values in the local database and want to repaint
this actually does nothing when i click the button. The button is like: Button Confirmar = (Button)findViewById(R.id.btConfirma);
Is it possible to ad an animation to an activity at runtime so when I start the activity, it starts with my animation? I want to specify s开发者_开发百科ome parameters to animation at runtime dependin
I just got done writing an Android Activity that allows other Activities to call it for some result (it\'s not intended to be a stand-alone Activity). I\'m now working on the equivalent iOS applicatio
I have the following code in one activity: in= new Intent(ThisActivity.this,AnotherActivity.class); imgarr = new ImageView[55];
My problem is in starting new activities. I have ListView, items of it are defined from string-array by this code:
I have 3 screens in my app, each of which are in their own classes. When the app launches, my Driver class sets up some GUI elements, and then launches the first Intent.
I have a java class that loads the first xml layout and the second java class that loads another xml. layout