[android-developers] Write to another application's internal memory

2012-11-26 Thread Android Test
Hi All, I have 2 applications with different package names. E.g. App1 and App2. App1 needs to write some files to App2's internal memory so that it could be uploaded to the backend. I have used the following in App1 to do so: filePath = getPackageManager().getPackageInfo("app2.package.name"

Re: [android-developers] Google Map

2012-11-26 Thread Ehsan Ghasisin
unfortunately no On Tue, Nov 27, 2012 at 3:21 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > > On Tue, Nov 27, 2012 at 12:42 PM, Ehsan Ghasisin wrote: > >> Hi , my program work without any error in emulator. i have problem when >> install my program on my device >> >> > Hi Ehsan,

[android-developers] Need guidance for developing driver to access internet on USB port

2012-11-26 Thread Surjya Padhi
hi, Currently I got a project to develop a driver for android to access internet on USB port. On USB port will be connected to a ethernet to USB converter. Before I have developed the android applications. But not any driver. Can anybody please throw some light on how to proceed with this proj

Re: [android-developers] Google Map

2012-11-26 Thread Narendra Singh Rathore
On Tue, Nov 27, 2012 at 12:42 PM, Ehsan Ghasisin wrote: > Hi , my program work without any error in emulator. i have problem when > install my program on my device > > Hi Ehsan, have you tried on any other device? If yes, what was the response of that? -- You received this message because you a

[android-developers] Re: creating shared preferences throws null pointer exception

2012-11-26 Thread Jonathan S
*context is Context and **getApplicationContext() is Application's Context. There is no needed for call both context, just one context.* On Monday, November 26, 2012 3:26:36 AM UTC-5, SIVAKUMAR.J wrote: > > > Dear All, > > I had android doubt. > getSharedPreferences(sharedprefname, Context

Re: [android-developers] Google Map

2012-11-26 Thread Ehsan Ghasisin
Hi , my program work without any error in emulator. i have problem when install my program on my device On Tue, Nov 27, 2012 at 2:57 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > > On Tue, Nov 27, 2012 at 1:10 AM, asha b wrote: > >> >> >> Make sure you are using proper map ke

Re: [android-developers] Google Map

2012-11-26 Thread Narendra Singh Rathore
On Tue, Nov 27, 2012 at 1:10 AM, asha b wrote: > > > Make sure you are using proper map key for mapview and keystore for > application. > Simple page without mapview means problem is with mapkey. > > Hi Asha, but if the problem is with mapkey, then why it is being displayed on emulator. In tha

[android-developers] Problem get data web sent bluetooth

2012-11-26 Thread Antonis Kanaris
Hello.I try this code package com.example.timer1; ; public class ReadWebArduino1 extends Activity { TextView txt; Handler handler = new Handler(); @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setCo

Re: [android-developers] Debug Certificate

2012-11-26 Thread Asheesh Arya
C:\Program Files\Java\jre7\bin>keytool -list -v -alias androiddebugkey -keystor e "c:\users\.android\debug.keystore" -storepass android -keypass a ndroid just add "-v" when u generate md5 command in cmd it will generate md5 and sha1 -- You received this message because you are subscribed to the

[android-developers] how can i manage security for mysql database permission as global

2012-11-26 Thread Krishna Veni
I have to developed one android application. The app is performed the data is retrieved from mysql database and displayed on android device. here i have to gave the permission globally on my mysql database. my mysql database permission is global means all are allowed to access my mysql databas

[android-developers] Re: why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread monty
I got solution for that android:configChange="Orientation" but i am using android annotation so i need some thing in annotation..i found @NonConfigurationInstance but i dont know how to use it. On Tuesday, November 27, 2012 10:45:41 AM UTC+5:30, William Ferguson wrote: > > True, but that doesn't

[android-developers] Debug Certificate

2012-11-26 Thread Nsubuga
Hi guys, I am working on a location aware app that will use Google maps. I need a MD5 Certificate generated by keytool. I followed the instructions however instead of an MD5 certificate the keytool returns a certificate of type S

[android-developers] Re: why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread William Ferguson
True, but that doesn't mean it won't work. Non-deprecated mechanism is to use the FragmentManager, but I have no idea how your dialog will behaves wrt Activity rotation. You didn't elaborate on exactly how you are creating your Dialog in the first place. Are you already using the FragmentManage

[android-developers] Re: why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread monty
but showDialog is deprecated. On Tuesday, November 27, 2012 9:43:50 AM UTC+5:30, William Ferguson wrote: > > It is being dismissed because during rotation your Activity is being > destroyed and recreated and hence the Context for your dialog gets > destroyed. > > If you would like your dialog to

[android-developers] Re: why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread William Ferguson
It is being dismissed because during rotation your Activity is being destroyed and recreated and hence the Context for your dialog gets destroyed. If you would like your dialog to be recreated after rotation use Activity#showDialog(dialogId) instead, as this will automatically take care of rec

[android-developers] why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread monty
Hello, i am using android annotation , in my app i am using progress dialog but after rotation the screen it dismiss(why). -- 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@goo

Re: [android-developers] Make a one app appliance (prevent quitting app)

2012-11-26 Thread Nikolay Elenkov
On Tue, Nov 27, 2012 at 6:57 AM, Toby wrote: > I need to make a one function appliance out of an Android phone > for distribution to participants of an event. I want the user > to see the app running, but not be able to do anything else. > What sort of ways are there to lock down a device so that

Re: [android-developers] Re: looking for canvas tutorial

2012-11-26 Thread Prabu Siabuabu
hi bob thanks for taking your time to check out my question.. i'm very thankful to you. i'll try the code snippet and search more about lunar lander in google, once again, thanks a lot sir. 2012/11/26 bob > Sounds like you will want to check out the Lunar Lander demo. > > Here's a snippet: > >

Re: [android-developers] Re: android e book

2012-11-26 Thread Mário César Mancinelli de Araújo
Maybe you won't need any of this. But, first, questions: - The data you want is only in that HTML page? If so, how is it formated? - Or is it in a database? If this is the case, can't you access directly the db? Anyway, you can access it with xml, or directly the database. And it isn't so hard to

[android-developers] Re: missing stuff

2012-11-26 Thread lbendlin
All that's missing is you agreeing to the license. On Monday, November 26, 2012 6:10:57 PM UTC-5, bob wrote: > > I'm trying to update my Android SDK. > > > Anyone know why it is complaining about missing stuff here? > > >

[android-developers] Re: creating shared preferences throws null pointer exception

2012-11-26 Thread bob
I bet either *context* is null or getApplicationContext returns null. On Monday, November 26, 2012 2:26:36 AM UTC-6, SIVAKUMAR.J wrote: > > > Dear All, > > I had android doubt. > getSharedPreferences(sharedprefname, Context.MODE_PRIVATE) in a broad cast > receiver returns null pointer > excep

[android-developers] missing stuff

2012-11-26 Thread bob
I'm trying to update my Android SDK. Anyone know why it is complaining about missing stuff here? -- You received this message because you are subscribed to th

Re: [android-developers] how to close custom dialog class in android

2012-11-26 Thread Douglas Drumond
I was hoping Mr cool would get the italics... -- Douglas Drumond http://about.me/douglasdrumond On Mon, Nov 26, 2012 at 7:40 PM, TreKing wrote: > People aren't going to learn to fish if you're handing out free sandwiches. > > > > -

Re: [android-developers] Wrapping horizontal list view?

2012-11-26 Thread bob
This reminds me of the old Java FlowLayout. Unfortunately for you, FlowLayout didn't make it into Android. Don't know why. On Monday, November 26, 2012 9:51:58 AM UTC-6, Gal Ben-Haim wrote: > > I actually don't want to scroll horizontally at all. > > I want items to be places from left to

[android-developers] Re: Make a one app appliance (prevent quitting app)

2012-11-26 Thread bob
You will want to root it and install SureLock. On Monday, November 26, 2012 4:02:03 PM UTC-6, Tobiah wrote: > > I need to make a one function appliance out of an Android phone > for distribution to participants of an event. I want the user > to see the app running, but not be able to do anyt

[android-developers] Re: creating shared preferences throws null pointer exception

2012-11-26 Thread lbendlin
Why do you not use the default shared preferences? PreferenceManager.getDefaultSharedPreferences(context.getApplicationContext()); On Monday, November 26, 2012 3:26:36 AM UTC-5, SIVAKUMAR.J wrote: > > > Dear All, > > I had android doubt. > getSharedPreferences(sharedprefname, Context.MODE_PRIV

[android-developers] Re: Make a one app appliance (prevent quitting app)

2012-11-26 Thread lbendlin
You'll need to cook a custom ROM. On Monday, November 26, 2012 5:02:03 PM UTC-5, Tobiah wrote: > > I need to make a one function appliance out of an Android phone > for distribution to participants of an event. I want the user > to see the app running, but not be able to do anything else. > Wh

Re: [android-developers] Wrapping horizontal list view?

2012-11-26 Thread Piren
If the sizes of the views are pretty predictable due to their content, i'd go the smarter route and wrap the data with a 'smart' layer with the proper row division, this will allow you to use a Listview and benefit from its optimizations. (If your data is a, bbb,cc, dd, , wrap it in a new d

Re: [android-developers] Navigation Apps

2012-11-26 Thread TreKing
This does not seem like it has anything to do with this list, which is for developing apps with the SDK. However ... On Mon, Nov 26, 2012 at 3:51 PM, Jack Harvard wrote: > I agree there're many, but I need to choose a known good one from many, > which I would appreciate help to narrow this down.

[android-developers] Make a one app appliance (prevent quitting app)

2012-11-26 Thread Toby
I need to make a one function appliance out of an Android phone for distribution to participants of an event. I want the user to see the app running, but not be able to do anything else. What sort of ways are there to lock down a device so that it appears as a one-app appliance? We retain owners

Re: [android-developers] Navigation Apps

2012-11-26 Thread Jack Harvard
I agree there're many, but I need to choose a known good one from many, which I would appreciate help to narrow this down. I'm using the navigation workloads to understand how the android platform performs, and vice versa. On 23 Nov 2012, at 11:22, TreKing wrote: > > On Fri, Nov 23, 2012 at 3

Re: [android-developers] how to close custom dialog class in android

2012-11-26 Thread TreKing
People aren't going to learn to fish if you're handing out free sandwiches. - TreKing - Chicago transit tracking app for Android-powered devices --

Re: [android-developers] how to close custom dialog class in android

2012-11-26 Thread bob
There is: public void dismiss () Added in API level 1 Dismiss this dialog, removing it from the screen. This method can be invoked safely from any thread. Note that you should not override this method to do cleanup when the dialog is dismissed, instead implement that in onStop(). On Monday, N

Re: [android-developers] how to close custom dialog class in android

2012-11-26 Thread TreKing
On Mon, Nov 26, 2012 at 4:54 AM, Mr cool wrote: > Here i can't use `finish()` method, I want to close the customized dialog > box via the thread. Anyone has any idea about this? First, you probably should not make the MyRunnable class public and static. Second, your class extends Dialog, so see

Re: [android-developers] Defining custom xml file in eclipse

2012-11-26 Thread Latimerius
> On Mon, Nov 26, 2012 at 5:55 PM, Simon Giddings > wrote: > I have a series of custom xml data files that I need to create. > I would like to tell eclipse what its format is so that when I do a > CTRL+SPACE, it will give me the possible node or attribute options. > > Is this possible ? > If so,

Re: [android-developers] Defining custom xml file in eclipse

2012-11-26 Thread Latimerius
On Mon, Nov 26, 2012 at 5:55 PM, Simon Giddings wrote: > I have a series of custom xml data files that I need to create. > I would like to tell eclipse what its format is so that when I do a > CTRL+SPACE, it will give me the possible node or attribute options. > > Is this possible ? > If so, how d

Re: [android-developers] Defining custom xml file in eclipse

2012-11-26 Thread Simon Giddings
I thought the xml editor was specific to the Android SDK On Monday, 26 November 2012 20:33:23 UTC+1, TreKing wrote: > > On Mon, Nov 26, 2012 at 10:55 AM, Simon Giddings > > > wrote: > >> Is this possible ? >> If so, how do I go about this ? >> > > Sounds like your questions are specific to Eclip

Re: [android-developers] Google Map

2012-11-26 Thread asha b
Make sure you are using proper map key for mapview and keystore for application. Simple page without mapview means problem is with mapkey. On Mon, Nov 26, 2012 at 6:07 AM, Ehsan Ghasisin wrote: > Hi .yes my internet connection working . > > > On Mon, Nov 26, 2012 at 7:54 PM, Narendra Singh R

Re: [android-developers] Defining custom xml file in eclipse

2012-11-26 Thread TreKing
On Mon, Nov 26, 2012 at 10:55 AM, Simon Giddings wrote: > Is this possible ? > If so, how do I go about this ? > Sounds like your questions are specific to Eclipse and not Android Development. Try the Eclipse docs or an Eclipse-specific group or forum. ---

[android-developers] Re: Defining custom xml file in eclipse

2012-11-26 Thread Simon Giddings
I don't see how this will help. I need to inform eclipse what the format of my custom xml is - tag names, attribute names, etc On Monday, 26 November 2012 19:38:13 UTC+1, bob wrote: > > Maybe add something like this to your first tag: > > xmlns:android="http://schemas.android.com/apk/res/android

[android-developers] Re: Defining custom xml file in eclipse

2012-11-26 Thread bob
Maybe add something like this to your first tag: xmlns:android="http://schemas.android.com/apk/res/android"; On Monday, November 26, 2012 10:55:50 AM UTC-6, Simon Giddings wrote: > > I have a series of custom xml data files that I need to create. > I would like to tell eclipse what its format i

[android-developers] Re: smoothScrollToPosition is not getting to the requested position (when cell height is dynamic?)

2012-11-26 Thread ziv
I'm not modifying my list while the scrolling occur. What do you mean by "list layout perfectly settled"? The list cell is a LinearLayout with inner views that have dynamically content dimensions. The example I gave is of a TextView with android:maxLines="3" attribute. most of the cells have

Re: [android-developers] Android Maps Navigation & Tethering..

2012-11-26 Thread Robert Greenwalt
I don't understand the point of your email. Do you have a question? Your one use of "?" isn't really a question. Yes, you can use maps on a tablet tethered through wifi to an android phone to get data. R On Mon, Nov 26, 2012 at 1:30 AM, Karunakaran Vikash wrote: > Hi , >i need to use

[android-developers] Required: QA Tester at Orlando, FL

2012-11-26 Thread Munawar Ali
Hi Friends, Hope you are doing fine. Please let me know if you have someone with you available for the below mentioned requirement... Please send profiles to m...@tekenergyusa.com *Position: QA Tester* *Location: Orlando, FL* *Duration: 6+ Months Contract* Android application testing experience

Re: [android-developers] Re: android e book

2012-11-26 Thread Salih Gündüz
webview is a good solution thanks. But the web page is not good formatted for mobile devices.It is a government page so I can not reach the database but I and to develope my own user interface. On Mon, Nov 26, 2012 at 7:03 PM, Michael Banzon wrote: > You must include a caching layer in your app.

Re: [android-developers] Re: android e book

2012-11-26 Thread Michael Banzon
You must include a caching layer in your app. Everything you need to do this can be found in the SDK manual on WebViews: http://developer.android.com/guide/webapps/webview.html On Mon, Nov 26, 2012 at 5:31 PM, Salih Gündüz wrote: > İt can be used. but I want to store the data in phone so they c

[android-developers] Defining custom xml file in eclipse

2012-11-26 Thread Simon Giddings
I have a series of custom xml data files that I need to create. I would like to tell eclipse what its format is so that when I do a CTRL+SPACE, it will give me the possible node or attribute options. Is this possible ? If so, how do I go about this ? -- You received this message because you are

Re: [android-developers] to get time of each key press

2012-11-26 Thread bob
Or maybe call this on your TextView: public void setKeyListener (KeyListener input) Added in API level 1 Sets the key listener to be used with this TextView. This can be null to disallow user input. Note that this method has significant and subtle interactions with soft keyboards and other input

Re: [android-developers] to get time of each key press

2012-11-26 Thread bob
Maybe override onKeyDown of your View subclass? On Monday, November 26, 2012 2:06:31 AM UTC-6, Shaffz wrote: > > how to get each key press?? > > > > On Mon, Nov 26, 2012 at 1:29 PM, shibin francis > > > wrote: > >> Use counter and flag. set the flag,when the number of press exceeds the >>

[android-developers] Required: Sr. .Net Developer at Collegeville, PA

2012-11-26 Thread Munawar Ali
Hi Friends, Hope you are doing fine. Please let me know if you have someone with you available for the below mentioned requirement... Please send profiles to m...@tekenergyusa.com *Position: Sr. Net Developer* *Location: Collegeville, PA* *Duration: 6+ Months Contract* .NET Programmer with 10-15

[android-developers] Re: android e book

2012-11-26 Thread Salih Gündüz
İt can be used. but I want to store the data in phone so they can read when they dont have internet.this is my problem :) 26 Kasım 2012 Pazartesi 18:28:11 UTC+2 tarihinde bob yazdı: > Sounds like you will want to use a WebView. > > On Monday, November 26, 2012 10:09:30 AM UTC-6, Salih Gündüz wro

[android-developers] Re: android e book

2012-11-26 Thread bob
Sounds like you will want to use a WebView. On Monday, November 26, 2012 10:09:30 AM UTC-6, Salih Gündüz wrote: > > I want to develope an e book for android. My data is in internet but not a > json or a xml only html page.( > http://www.mevzuat.adalet.gov.tr/html/388.html). the data changes of

[android-developers] Re: Display a message on top of a ListView layer but below the app menu layer

2012-11-26 Thread Salih Gündüz
check relative layout. it has below and above parameters.for example http://schemas.android.com/apk/res/android"* > 26 Kasım 2012 Pazartesi 15:03:32 UTC+2 tarihinde dashman yazdı: > I've got a ListView that takes up the full screen. > > Under certain conditions, I'd like to display a

[android-developers] android e book

2012-11-26 Thread Salih Gündüz
I want to develope an e book for android. My data is in internet but not a json or a xml only html page.(http://www.mevzuat.adalet.gov.tr/html/388.html). the data changes often. so data must be update often and must be saved on phone so people can read without internet.How can I parse data from

[android-developers] Re: smoothScrollToPosition is not getting to the requested position (when cell height is dynamic?)

2012-11-26 Thread bob
Is your list layout perfectly settled when you call smoothScrollToPosition(0)? Are you modifying your list after you call smoothScrollToPosition(0) but before the scrolling completes? On Sunday, November 25, 2012 6:18:08 AM UTC-6, ziv wrote: > > Hi, > I have an issue where smoothScrollToP

[android-developers] Re: Unable to upload a draft APK for In-App Billing testing?

2012-11-26 Thread Nobu Games
I was in a similar situation just a week ago. I wanted to test app licensing and the only way of doing that without uploading the app was with a device that has the Android developer account set as the *primary*account. Unfortunately all these additional Google accounts you can specify in the c

[android-developers] Re: xml parsing error

2012-11-26 Thread bob
Not all Nodes are Elements. Apparently, that node is not an element. On Thursday, November 22, 2012 6:15:36 AM UTC-6, Ananda Krishna wrote: > > Hi > I am trying to parse an xml file.But I am getting an exception. > error Message :org.apache.harmony.xml.dom.TextImpl cannot be cast to > org

[android-developers] Re: Single WebView on Layout Drawn Twice When Targeting Android SDK 15

2012-11-26 Thread bob
Definitely sounds like bad code in the XML layout. On Sunday, November 25, 2012 6:50:50 PM UTC-6, Jeremy Villalobos wrote: > > I have an app with a layout that includes a WebView component. When I use > targetSDKVersion 11 (on the manifest), it works ok. But initially I had > the targetSD

[android-developers] Re: looking for canvas tutorial

2012-11-26 Thread bob
Sounds like you will want to check out the Lunar Lander demo. Here's a snippet: private void doDraw(Canvas canvas) { // Draw the background image. Operations on the Canvas accumulate // so this is like clearing the screen. canvas.drawBitmap(mBackgroundI

Re: [android-developers] Wrapping horizontal list view?

2012-11-26 Thread Gal Ben-Haim
I actually don't want to scroll horizontally at all. I want items to be places from left to right, and warp to the next row when there's not enough room for the next item. also, this should scroll vertically. On Mon, Nov 26, 2012 at 5:42 PM, bob wrote: > This widget is no longer supported. Othe

Re: [android-developers] Wrapping horizontal list view?

2012-11-26 Thread bob
This widget is no longer supported. Other horizontally scrolling widgets include HorizontalScrollView and ViewPager from the support

[android-developers] Re: FM radio Android Application Developement

2012-11-26 Thread bob
Well, the first step would be to buy it and see if it actually works. If it does, *then* you might ask how he made it. On Wednesday, November 21, 2012 11:07:12 PM UTC-6, Karunakaran Vikash wrote: > > ya ,, this is an External Application only na.. then how he can made it... > ?? > Is there a

Re: [android-developers] Wrapping horizontal list view?

2012-11-26 Thread Gal Ben-Haim
I'm facing the same problem as this old question. I want to create an horizontal wrapping (and vertical scrolling) ListView, for example: 11 222 44 66 7 888 9 where each numbers group is a list item. I found this old answer suggesting using a Gallery widget, but it on

Re: [android-developers] Re: How to update SDK Tools to revision 21?

2012-11-26 Thread Larry Meadors
Ha, don't you hate that - as soon as you post the question, you figure it out. It is Monday. :-P Larry On Mon, Nov 26, 2012 at 7:35 AM, Per-Jarle Sæther wrote: > Hi all > Please ignore my last email > I found the reload button... > > Best regards > Per-Jarle > > > On Mon, Nov 26, 2012 at 3:33 P

[android-developers] Re: How to update SDK Tools to revision 21?

2012-11-26 Thread Per-Jarle Sæther
Hi all Please ignore my last email I found the reload button... Best regards Per-Jarle On Mon, Nov 26, 2012 at 3:33 PM, Per-Jarle Sæther < per.jarle.saet...@gmail.com> wrote: > Hello all > I ran an update of the ADT in Eclipse. > > After updating, I get an error message saying: > > *This version

[android-developers] How to update SDK Tools to revision 21?

2012-11-26 Thread Per-Jarle Sæther
Hello all I ran an update of the ADT in Eclipse. After updating, I get an error message saying: *This version of ADT requires Android SDK Tools revision 21.0.0 rc9 or above. Current revision is 20.0.0. Please update your SDK Tools to the latest version.* Together with two buttons (Open SDK Manag

[android-developers] Display a message on top of a ListView layer but below the app menu layer

2012-11-26 Thread dashman
I've got a ListView that takes up the full screen. Under certain conditions, I'd like to display a message that sits on top of the ListView - i.e. a translucent message box. I've got: Handler mHandler = new Handler(); mDialogText = (TextView) inflate.inflate(R.layout.center_message,

Re: [android-developers] Re: Blocked my UI thread by background service

2012-11-26 Thread Rajan Thakrar
Hello Jonathan, As you suggest me that i have to use IntentService, but after implementing the IntentService and again test my app at the time realize that IntentService's onHandleIntent() method is never ever hold for the time when gps find the current location(lat & long). so that i get null lo

Re: [android-developers] Google Map

2012-11-26 Thread Ehsan Ghasisin
Hi .yes my internet connection working . On Mon, Nov 26, 2012 at 7:54 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > > On Mon, Nov 26, 2012 at 12:11 AM, Ehsan Ghasisin wrote: > >> Hi Every one . I created Google map in android and test with >> emulator and it worked currentl

Re: [android-developers] Google Map

2012-11-26 Thread Narendra Singh Rathore
On Mon, Nov 26, 2012 at 12:11 AM, Ehsan Ghasisin wrote: > Hi Every one . I created Google map in android and test with > emulator and it worked currently , but when install in my phone > (Samsung galaxy ) my program didn't show anything just show a simple page > . > > Tnx > Hi Ehsan, is

[android-developers] how to close custom dialog class in android

2012-11-26 Thread Mr cool
I have a problem with closing a custom dialog. I have two classes class 1-> AndroidHTMLActivity class 2-> CustomizeDialog In my `AndroidHTMLActivity` I use java interface which is call from javascript, in this class i call `CustomizeDialog` public class AndroidHTMLActivi

[android-developers] how to close custom dialog class in android

2012-11-26 Thread Mr cool
I have a problem with closing a custom dialog. I have two classes class 1-> AndroidHTMLActivity class 2-> CustomizeDialog In my `AndroidHTMLActivity` I use java interface which is call from javascript, in this class i call `CustomizeDialog` public class AndroidHTMLActivi

[android-developers] Android Maps Navigation & Tethering..

2012-11-26 Thread Karunakaran Vikash
Hi , i need to use a Network Data usage of Android mobile device by another android Tablet. think of this scenario , I am having a two Android devices, one is a mobile and another is Tablet. I am having an application in tablet such as Navigation & MusicPlayer. Navigation(Maps) is Done b

[android-developers] How to get activity stack?

2012-11-26 Thread Himanshu Sharma
Hello, is it possible to get stack of running activity in apps. like A->B->C->D if i destroy B then A->C->D(These activity should be shown in stack).. i tried with RunningTaskInfo .it is always show current task (Top activity). i want to see list of activity. --

Re: [android-developers] to get time of each key press

2012-11-26 Thread mohd shafnaz
how to get each key press?? On Mon, Nov 26, 2012 at 1:29 PM, shibin francis wrote: > Use counter and flag. set the flag,when the number of press exceeds the > limit. > Good day > > On 11/26/12, mohd shafnaz wrote: > > Hai, > > I want to get the each key press time of android. i want to impl