Re: he application Settings(process com.android.settintgs) has stopped unexpectedly."
As you point out, there IS no support for Bluetooth in the emulator, so there is nothing to enable. If you decide to write your own emulator and include Bluetooth support, please let us know as there are many others who would like it also.
Informacja: 2010-03-10
Czytaj: Re: he application Settings(process com.android.settintgs) has stopped unexpectedly."
Slowing down gesture builder?
Is there a way to slow down gesture builder? I tried overriding the fadeXXX options of GestureOverlayView but no luck. My problem right now is that I'm trying to input a gesture with a lot of strokes. But the timeout is too short to get them all inputed. If I'm quick enough I can get 2 strokes in but as soon as I try a 3rd, the
Informacja: 2010-03-10
Czytaj: Slowing down gesture builder?
Re: Level-List
I got the same problem. For me it was that the XML file was added to 'values' folder, not 'drawable' Hope that helps.
Informacja: 2010-03-10
Czytaj: Re: Level-List
Re: [android-beginners] transforming an activity to a modal full screen dialog
You can set the activity theme to look like a dialog... ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world... Those who know binary and those who don't. ------------------------------ ------------------------------ ----------
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] transforming an activity to a modal full screen dialog
Re: [android-beginners] Menus :)
[link] <[link]> ------------------------------ ------------------------------ ------------------------------ ------- TreKing - Chicago transit tracking app for Android-powered devices [link]
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Menus :)
Re: [android-beginners] Buying a new Android phone - can I keep my apps?
If you're signing in to the new phone with the same Google account you used to buy them, they should be there waiting for you when set up your new phone. ------------------------------ ------------------------------ ------------------------------ ------- TreKing - Chicago transit tracking app for Android-powered devices
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Buying a new Android phone - can I keep my apps?
dev phone 2, 1.6 and bluetooth?
I have a dev phone 2 (htc ion?) with os 1.6. My boss has a moto droid with 2.0 and I can compile the bluetooth chat demo app and load it into his phone and it doesnt stop; It does bring up the unexpected stop dialog on my 1.6 phone. So my question is: there must be SOME level of bt support in 1.6. Has anyone EVER done ANYTHING with
Informacja: 2010-03-10
Czytaj: dev phone 2, 1.6 and bluetooth?
transforming an activity to a modal full screen dialog
Hi, I'm trying to start an activity, calling startActivityForResults(...) from a method which doesn't belong to the parent(the one who start the new one) activity, and make sure this method doesn't return a result before the child activity finish (providing the results). There is a simple way to transform this activity into modal one? or I have to
Informacja: 2010-03-10
Czytaj: transforming an activity to a modal full screen dialog
OnClickListener in my ListView
How do I add a listner to the list... please show with code ======= JAVA ======= public class VelgKomponent extends ListActivity implements OnClickListener{ String[] listItems = { "exploring", "android", "list", "activities", "1", "2", "3", "4" }; @Override public void onCreate(Bundle savedInstanceState) {
Informacja: 2010-03-10
Czytaj: OnClickListener in my ListView
Difference between auto sleep mode and pressing the power button when using Alarms?
I have an application (alarm clock thing) that sets an alarm and has a broadcast receiver to get this alarm, take a wakelock and run my app. During my testing, I see the following results: 1. Set alarm, alarm goes off while phone is actively being used, alarm triggers fine and my app runs. 2. Set alarm, phone goes to sleep on it's own (mine is setup for 1
Informacja: 2010-03-10
Czytaj: Difference between auto sleep mode and pressing the power button when using Alarms?
March 11th, 6-8 pm Mass GTUG meeting - Android Development - Developer Perspective
If you live in Boston greater area, you are welcome to join the local chapter of GTUG [link] for Android themed meeting. Luke Hutchinson and Greg Milette who are both Android developers will provide the API overview and share their experience in mobile development. The meeting is scheduled for this Thursday, March 11th at 6 pm. This
Informacja: 2010-03-10
Czytaj: March 11th, 6-8 pm Mass GTUG meeting - Android Development - Developer Perspective
Help me to select some days from a calendar base on some dates that I have please
I am working to an aplication who calculate the menstruation of girls. input: a calendar - start_day(the start day of menstrual cycle wich is with red in the calendar ) - end_day(the end day of menstrual cycle wich is with yellow in the calendar) - mens(menstruation length)
Informacja: 2010-03-10
Czytaj: Help me to select some days from a calendar base on some dates that I have please
Animations between Intents ?
Hello everybody, I've a succession of 2 Intent by Code: Intent intent = new Intent(); intent.setClass(EntryPoint.thi s, MainClass.class); startActivity(intent); and I want an animation (which is present in res/anim) during the switch between these 2 Intent... Thanks a lot for your response
Informacja: 2010-03-10
Czytaj: Animations between Intents ?
Trying to create a simple layout with image and 2 buttons
I'm struggling with re-sizing images in a simple app that I am trying to create. The app is very simple - flash cards sort of. It will have an image that takes up most of the screen, with 2 buttons under it - Prev and Next. I'm trying to use Relative Layout. How do I get the image to "fit the screen" but leave the bottom part
Informacja: 2010-03-10
Czytaj: Trying to create a simple layout with image and 2 buttons
Android themes and styles
I have been trying to understand themes and style in android. I have tried to change the default arrow indicators of expandableListView and have been successfull somewhat, they do get changed but i am unable to understand how to change their size (heigth and width) or how it is being computed.
Informacja: 2010-03-10
Czytaj: Android themes and styles
activitynotfound exception
hi, i am trying to implement this tutorial i found online: [link] i keep getting an error that the activity isn't found when i try to implement this intent. i have a button and when it is clicked it calls my MyPreferenceActivity
Informacja: 2010-03-10
Czytaj: activitynotfound exception
Tab widget first tab intent oncreate always called regardless we set tab2 as default tab
Following is the example of tabs with intent data. While debugging i found that always when first tab we add in tab host in our case following tab tabHost.addTab(tabHost.newTabS pec("tab1") .setIndicator("list") .setContent(new Intent(this, List1.class))); oncreate method of "List1" intent get called regardless it is our
Informacja: 2010-03-10
Czytaj: Tab widget first tab intent oncreate always called regardless we set tab2 as default tab