[android-developers] Re: How can I achieve this menu in android?

2010-12-29 Thread Sarwar Erfan
Its not built in control. Design your own "menu like" layout, put it in separate layout file and include where necessary. It is possible to keep this layout at the bottom of the screen always and make the upper part scrollable. Just give up the idea that this is a real "menu". Lots of code samp

Re: [android-developers]How to get the data from LBS?

2010-12-29 Thread jaxn gao
Google has provide "Google Places API" for users to get location information. But it needs a Google AdSense account before using this api. I try to register a AdSense account but it is failed. 2010/12/29 Faheem Khatri > @mohammad shankayi > > Which api u're talking about? > > On Wed, Dec 22, 201

[android-developers] Android Library Projects cannot be launched

2010-12-29 Thread cuil yahoo
I am trying to make a license checker for my application using the official android documentation. Having done everything mentioned there my application now doesn't run even on my emulator, on running it gives an error, Android Library Projects cannot be launched. Also, on making a .apk file i ca

[android-developers] Export Problem with Eclipse Helios

2010-12-29 Thread cuil yahoo
Hi, I am using Eclipse Helios version for Android Application Development. The most frustrating thing which currently happens is that anytime i try to export a project, the exported project loses all of its properties, and as a result when importing the same file system, errors are encountered. C

[android-developers] make an engine

2010-12-29 Thread Kevin R. Octavian
how to make some classes in android to be .jar? i want to make an engine for my project...thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Listview using ArrayAdapter trouble

2010-12-29 Thread jotobjects
Does android.widget.TwoLineListItem do what you want? BTW - looks like the outer LinearLayout is unnecessary in list.xml and listadapter.xml. On Dec 29, 5:41 pm, Mystique wrote: > Hi, > I have an app that I mine data with an ArrayList and load to an > ArrayAdapter to display as listview. How can

[android-developers] Re: Listview using ArrayAdapter trouble

2010-12-29 Thread Mystique
Good day, I do not understand the outer LinearLayout you was pointing out. Don't we need to declare a Layout so we can put component such as listview, textview etc? On Dec 30, 2:51 pm, jotobjects wrote: > Does android.widget.TwoLineListItem do what you want? > > BTW - looks like the outer LinearL

Re: [android-developers] Re: How can I achieve this menu in android?

2010-12-29 Thread Muhammad Hakim
you can user framelayout http://developer.android.com/resources/articles/layout-tricks-merge.html On Thu, Dec 30, 2010 at 12:27 PM, Sarwar Erfan wrote: > Its not built in control. Design your own "menu like" layout, put it in > separate layout file and include where necessary. It is possible to k

Re: [android-developers] Denisity dependent resource resolution bug?

2010-12-29 Thread Dianne Hackborn
Resource selection is generic, not tied to the resource type. This selection makes sense for drawables, so it is correct. As a general rule for density configurations, I strongly recommend not mixing specific densities with generic values. Since all densities are a potential match, as you see he

Re: [android-developers] Content provider persistence

2010-12-29 Thread Dianne Hackborn
If I understand what you are saying, the process just remains around in case it is needed again. If so, that is intended, and not something you need to avoid. On Wed, Dec 29, 2010 at 6:27 PM, Pedro Duque wrote: > Hi, > > I'm writing an application where the user needs to choose a timezone so I'

[android-developers] Re: network LocationProvider

2010-12-29 Thread Dan
On Dec 29, 9:09 pm, ip332 wrote: > If the WiFi service is turned off the you will get position from the > cell tower. > If you could turn off the cell service and keep WiFi on then you get > position from WiFi (however I don't think you can turn off > phone service easily) > But you can use the lo

Re: [android-developers]How to get the data from LBS?

2010-12-29 Thread Faheem Khatri
same happend with me too, Bad luck :( On Thu, Dec 30, 2010 at 10:57 AM, jaxn gao wrote: > Google has provide "Google Places API" for users to get location > information. But it needs a Google AdSense account before using this api. > I try to register a AdSense account but it is failed. > > 2010/

Re: [android-developers] Set Android WIFI Ip address from my own application

2010-12-29 Thread Faheem Khatri
*public static final String WIFI_STATIC_DNS1* as you see these are the properties in which we can only get the value, we cant set the value. On Wed, Dec 29, 2010 at 7:47 PM, Kostya Vasilyev wrote: > Faheem, > > See Settings.System: > > > http://developer.android.com/reference/android/provider/S

<    1   2