API
Hi. I am using a ebay Allcategory API. Which will show the ebay categories on my Android emulator. I save a document which contain a java file, category tree xml file, But I dont know how to use.Can anybody please tell me the same using some simple but complete example. Thanks in advance Jimmy
Informacja: 2010-03-11
Czytaj: API
Context menu from button
Hi All, How do I create a custom context menu for a button widget? So that when you press and hold on a button, it displays a custom context menu? Thank you.
Informacja: 2010-03-11
Czytaj: Context menu from button
Do I have to mount the SD card?
Hey folks, I plan on using the following code to write to the SD card: try { File root = Environment.getExternalStorage Directory(); File outFile = new File(root, "filename.ext"); FileWriter gpxwriter = new FileWriter(gpxfile); BufferedWriter out = new BufferedWriter(gpxwriter); out.write("Hello world");
Informacja: 2010-03-11
Czytaj: Do I have to mount the SD card?
easy way to embed a button in a mapview?
Is there an easy way to embed a button inside a map view? I have been able to create a button above and below and alongside a mapview, but I can't seem to plunk it inside. I would like the mapview to use the whole screen. Thank you, Mike
Informacja: 2010-03-11
Czytaj: easy way to embed a button in a mapview?
Nowy lokalizator internetowy
Wraz z początkiem roku ruszył w Polsce lokalizator internetowy, posiadający cechy serwisu społecznościowego, dzięki któremu użytkownicy mają możliwość zamieszczania zdjęć, filmów wideo oraz opinii na temat konkretnych obiektów. Maperia.pl to źródło informacji dotyczących lokalizacji w Polsce i na świecie. To także serwis mobilny dla telefonów komórkowych, obsługujących sieci 2G/3G.
Serwis Maperia to lokalizator internetowy tworzony przez [...]
Informacja: 2010-03-11
Czytaj: Nowy lokalizator internetowy
onTap/mapView question
Is there anyway to have both: @Override public boolean onTap(GeoPoint p, MapView mapView) @Override protected boolean onTap(int index) I want to be able to detect if a user has tapped a previously selected GeoPoint. I guess I could do some kind of ugly lat/lon compare in a list.. If I have both of those onTaps ... only the first one is ever called.
Informacja: 2010-03-11
Czytaj: onTap/mapView question
Problem with the deployment of an application
Hello, I have a new problem with my android application... My application works on the emulator thus I try to test her on the telephone (samsung galaxy). The application is installed well but when she is launched it stays permanently on my welcome screen, in fact she dashes but realizes no operation...
Informacja: 2010-03-11
Czytaj: Problem with the deployment of an application
Re: onTap/mapView question
That was it. Thanks Mark, your the greatest! -Mike
Informacja: 2010-03-11
Czytaj: Re: onTap/mapView question
Re: Populate ListView inside a Activity
Search for how to fill an ArrayAdapter with an xml file, there are also examples which come with the sdk examples. You should create an array file in your res/values directory and you will have to have all the contries you want lited in it. -Kitzy
Informacja: 2010-03-11
Czytaj: Re: Populate ListView inside a Activity
Re: [android-beginners] Context menu from button
Step #1: Call registerForContextMenu() on your Activity to say what widget needs the menu Step #2: Implement onCreateContextMenu() in your Activity to define the menu Step #3: Implement onContextItemSelected() in your Activity to get control on a menu choice [link]
Informacja: 2010-03-11
Czytaj: Re: [android-beginners] Context menu from button
Re: [android-beginners] easy way to embed a button in a mapview?
You should be able to add it to the the MapView like any other viewgroup, using the appropriate MapView.LayoutParams. ------------------------------ ------------------------------ ------------------------------ ------- TreKing - Chicago transit tracking app for Android-powered devices [link]
Informacja: 2010-03-11
Czytaj: Re: [android-beginners] easy way to embed a button in a mapview?
Re: [android-beginners] onTap/mapView question
Make sure the onTap(GeoPoint p, MapView mapView) chains to the superclass -- that may solve your problem of getting the second one called.
Informacja: 2010-03-11
Czytaj: Re: [android-beginners] onTap/mapView question
Re: [android-beginners] Problem with the deployment of an application
Does logcat give you any info? ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world... Those who know binary and those who don't. ------------------------------ ------------------------------ ----------
Informacja: 2010-03-11
Czytaj: Re: [android-beginners] Problem with the deployment of an application
Re: [android-beginners] Re: Populate ListView inside a Activity
create an ArrayAdapter and add list items to it. then use list.setAdapter(adapter);
Informacja: 2010-03-11
Czytaj: Re: [android-beginners] Re: Populate ListView inside a Activity
Re: [android-beginners] Re: Snake Demo Question
*> Thanks for the response! Takes about 3 weeks to get a post and response on here! Wow....* It was 10 days... about a week and a half. And all of us are reading through these posts and answering on our own personal time. *> So, it looks like the answer to my question is that nothing is preventing
Informacja: 2010-03-11
Czytaj: Re: [android-beginners] Re: Snake Demo Question