Re: [android-beginners] Re: listview fill parent

2010-03-08 Thread Martin Obreshkov
Hey thanks for the reply but it's still not working. Here is some code - main.xml - xml containing the listview ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=fill_parent ListView

[android-beginners] Can we move a window using movement keys?

2010-03-08 Thread Gladys
Hi, Is there a possibility to move a window without moving internally? Like, I have reduced the size of the Browser application 's window so that it occupies one-fourth of the dimensions in the screen. I have also written a code for the movement keys. In the onKeyDown() of phone window,the

[android-beginners] Can we move a window using movement keys?

2010-03-08 Thread Gladys
Hi, Is there a possibility to move a window without moving internally? Like, I have reduced the size of the Browser application 's window so that it occupies one-fourth of the dimensions in the screen. I have also written a code for the movement keys. In the onKeyDown() of phone window,the

[android-beginners] How to display all contacts?

2010-03-08 Thread Nox
Hello everybody, I want to develop an app, which displays every Contacts with their birthdays but I donĀ“t know how to display the contacts. Is there a way to do that? Thanks in advance From Viktor -- You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] OE 1.2.1 usb internet tethering does not work

2010-03-08 Thread Xi Shen
Hi, I just upgraded to OE 1.2.1 mod, and found the usb internet tethering does not work. On my linux, ifconfig -a does not show the usb0 interface. It was working when I was CM mod. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try

[android-beginners] Runtime Language change support.

2010-03-08 Thread Alok Kulkarni
Hi guys, I m developing an Android App which communicated with a server. User can select a language of his choice at startup or during the App execution lifetime.After selecting the lang, the corresponding XML file is downloaded from server according to language which will map the Values of

Re: [android-beginners] Re: Regarding Database setup

2010-03-08 Thread rocky84 rocky84
hi all, following the below mail chain, i have created a Sqlite data base for an entity called APN names for activating/deactivating the PDP. i filled the required parameters in the APN menu using Sqlite data base. but foe activating the PDP or to make effective those settings , i always need to

Re: [android-beginners] Re: Regarding Database setup

2010-03-08 Thread Ben Orchard
I have a few different apps that I need to use dbs with. One has a DB (public domain) that is 4.3 MB. Either downloading it after creation OR packing it in is going to cause problems. All my other dbs are much smaller. I'm guessing, however, that downloading a CSV then packing the db on the

Re: [android-beginners] Re: Regarding Database setup

2010-03-08 Thread Adrian Vintu
You should probably also zip the CSV file. You have built in un/zip capabilities on Android. BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 8, 2010 at 8:08 PM, Ben Orchard ben.orch...@gmail.com wrote: I have a few different apps that I need to use dbs with. One has a DB (public

Re: [android-beginners] Re: Regarding Database setup

2010-03-08 Thread Ben Orchard
Thanks... On Mon, Mar 8, 2010 at 3:00 PM, Adrian Vintu adrianvi...@gmail.com wrote: You should probably also zip the CSV file. You have built in un/zip capabilities on Android. BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 8, 2010 at 8:08 PM, Ben Orchard ben.orch...@gmail.com

[android-beginners] Re: HelloGoogleMaps : getting error instead of AlertDialog display

2010-03-08 Thread yodaa
@jvr: thanks for the tip, now the android marker icon appears correctly using in HelloItemizedOverlay constructor: /* * file: HelloItemizedOverlay.java */ // Class constructor public HelloItemizedOverlay(Drawable defaultMarker, Context context) { super(boundCenterBottom(defaultMarker));

Re: [android-beginners] Android Setup (SWT folder '' does not exist)

2010-03-08 Thread Xavier Ducrohet
This can happen when you don't have Java accessible on your command line path. Xav On Thu, Mar 4, 2010 at 12:52 AM, arobin80 arobi...@gmail.com wrote: Hello, I am new in Android development.I got the issue running SDK Setup.exe from \tools folder. This app just quits without any message or

[android-beginners] New Android SDK Tools, Eclipse plug-in and NDK

2010-03-08 Thread Xavier Ducrohet
Hello everyone, As you may have seen on our blog this morning, we have released a new version of the NDK (revision 3). Release notes are available at http://developer.android.com/sdk/ndk/index.html We have also released revision 5 of the Android SDK Tools. This is available through the SDK

Re: [android-beginners] Display images

2010-03-08 Thread Justin Anderson
I'm afraid you are going to have to be a little more clear... I don't understand your question. Perhaps some code would help illustrate? -- There are only 10 types of people in the world... Those who know binary and those who

Re: [android-beginners] can we launch an activity from windowManagerService?

2010-03-08 Thread Justin Anderson
If WindowManagerService inherits from Service then you shouldn't need to use getContext(). You should be able to just use the this pointer (either implicitly or explicitly). Unfortunately, I have no experience modifying the Android source and don't have access to that class via the SDK so I

Re: [android-beginners] Re: Creating DEMO and FULL versions

2010-03-08 Thread Justin Anderson
You are right on the money! The disadvantage is that they have to install both. But that can also be an advantage... they don't have to uninstall the old and download the new one... possibly losing data in the process. -- There

Re: [android-beginners] Snake Demo Question

2010-03-08 Thread Justin Anderson
Sure, just write some simple code that makes sure newCoord is not already in mAppleList... put it right after the check for colliding with the snake location. -- There are only 10 types of people in the world... Those who know

Re: [android-beginners] Re: Why can't I post

2010-03-08 Thread Justin Anderson
Well, as before, this last post made it through... -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Fri,

Re: [android-beginners] Hello Everyone

2010-03-08 Thread Justin Anderson
Please post a specific question about android development and we will... -- There are only 10 types of people in the world... Those who know binary and those who don't.

Re: [android-beginners] The application Settings(process com.android.settintgs) has stopped unexpectedly.while running bluetooth chat given sample appln

2010-03-08 Thread Justin Anderson
Ummm If there is no support for bluetooth in the emulator then it is not possible to emulate bluetooth in the emulator. -- There are only 10 types of people in the world... Those who know binary and those who don't.

Re: [android-beginners] he application Settings(process com.android.settintgs) has stopped unexpectedly.

2010-03-08 Thread Justin Anderson
Ummm... if the emulator doesn't support bluetooth then there is no way to enable bluetooth in the emulator. Plus this (almost) exact post was made earlier... and I replied the same way. -- There are only 10 types of people in

Re: [android-beginners] Hello Everyone

2010-03-08 Thread wahib haq
hey newbie .. go to android.com !! :) On 3/8/10, Justin Anderson janderson@gmail.com wrote: Please post a specific question about android development and we will... -- There are only 10 types of people in the world...

Re: [android-beginners] Runtime Language change support.

2010-03-08 Thread android aftek
Hi, You also may want to take a look @ http://www.slideshare.net/aftekandroid/android-rap-framework A framework that can help resolve most of the challenges...I hope. Thanks, SM On Mon, Mar 8, 2010 at 8:13 PM, Alok Kulkarni kulsu...@gmail.com wrote: Hi guys, I m developing an Android App

Re: [android-beginners] How to build EditText view like that in Android Market edit text (the top part)

2010-03-08 Thread Walt Armour
I'm not sure, when using drawableRight/Left/etc if you can differentiate a click on the drawable itself versus a click on the text. Just put together a simple layout (LinearLayout, RelativeLayout, FrameLayout, your choice) with the EditText and an ImageView and then you can detect just clicks on

Re: [android-beginners] Runtime Language change support.

2010-03-08 Thread Alok Kulkarni
Thanks Grace and android Aftek. @Aftek, Our architecture is such that we cannot use that library currently. The server will return me an XML containing Key value pairs with value according to language.What i have thought is having a Hashmap at runtime which stores all language specific strings in

Re: [android-beginners] Runtime Language change support.

2010-03-08 Thread Umesh
Hi guys we have requirements in java/android application . 2 years experience is required -(*at least 6 month in android *). location *Bangalore * mail us - h...@hrventure.com Umesh Rawat http://hrventure.com On Mon, Mar 8, 2010 at 8:13 PM, Alok Kulkarni kulsu...@gmail.com wrote: Hi guys,