[android-developers] How to creat Toast Like view

2009-03-11 Thread Tushar
Hi, Using android.widget.Toast one can created floating view over the application. I would like to created similar view which will float on top of all running applications at a specified location. Any thoughts on what should I need to do for this. I tried to created activity by setting

[android-developers] Sharing data across Activities

2009-03-13 Thread Tushar
? Is there any other better approach available ? --Tushar --~--~-~--~~~---~--~~ 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

[android-developers] Re: Sharing data across Activities

2009-03-13 Thread Tushar
But as per the Android documentation A content provider is only required if you need to share data between multiple applications. --Tushar On Mar 13, 3:31 pm, nagaraj attimani nagaraj.attim...@gmail.com wrote: Content Provider might sortout this issue .. On Fri, Mar 13, 2009 at 7:18 PM

[android-developers] Re: Sharing data across Activities

2009-03-13 Thread Tushar
Yes my Activities are all in the same application. I'm not sure about Task. Although I'm not killing my one activity (say activityOne )when launching another activity ( say activityTwo) but are there any chances that Android might simply kill my activityOne and I may loose the data which I'm

[android-developers] Making application link appear in other applications ContextMenu

2009-03-16 Thread Tushar
Hi, Is it possible to appear in link for say launching one application in some other applications. Typical example would we on desktop when we right click and get option Open With and see all choices of applications to open with. Regards, Tushar

[android-developers] Re: Making application link appear in other applications ContextMenu

2009-03-16 Thread Tushar
, 2009 at 11:56 PM, Tushar tusharpatu...@gmail.com wrote: Hi, Is it possible to appear in link for say launching one application in some other applications. Typical example would we on desktop when we right click and get option Open With and see all choices of applications to open

[android-developers] Re: Error starting tools in 1.6 on Mac OS - SOLUTION

2009-09-20 Thread Tushar
re-naming x86 to x86_64 does not work. Following exception is thrown: Exception in thread main java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM On Sep 17, 2:04 pm, Gil Margolin gilmargo...@gmail.com wrote: Or a much easier way is just rename the folder

[android-developers] Re: Error starting tools in 1.6 on Mac OS - SOLUTION

2009-09-20 Thread Tushar
Re-naming does not work. Following error occurs: Exception in thread main java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source) On Sep 17, 2:04 pm, Gil Margolin gilmargo...@gmail.com wrote: Or a

[android-developers] Error running android on snow leopard

2009-09-20 Thread Tushar
(Main.java:79) at com.android.sdkmanager.Main.main(Main.java:68) ~Tushar --~--~-~--~~~---~--~~ 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

[android-developers] Issue with WindowManager showing UI

2010-01-27 Thread Tushar
? --Tushar -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] How to generate binaries with different configuration settings in Eclipse

2009-08-05 Thread Tushar
code. This is something which is very much straight forward in Netbeans using Project configuration. Is there any equivalent way available in Eclipse to achieve this ? Are there any plugins for such things ? Kindly do point me any relevant information for this. Thanks a lot, Regards, Tushar

[android-developers] ImageButton is shrinking automatically

2009-09-08 Thread Tushar
Hi, In my application I'm placing ImageButton next to AutoCompleteTextView. So whenever virtual keypad is launched , my ImageButton shrinks to almost for half. I have tried to set minimum height/width ..but no use. What else should i do to stop it from shrinking ? --Tushar

[android-developers] Re: Application use of Haptics (When to enable/disable - minimizing confusion annoyance)

2009-12-13 Thread Tushar
I think it should be a global setting and it should follow the Settings - Locale Text If Haptics is turned OFF there the same should be followed in all the application. On Dec 11, 11:43 pm, Steve Scherer steve.schere...@gmail.com wrote: Is there a general guideline for application developers

[android-developers] Driving directions in Google map view

2010-08-12 Thread tushar
Hi, I am working on an app (not browser-based) that shows restaurants around my current GPS fix. I would like to show driving directions to the store selected by the user on the map view. The Google Directions webservice provides direction waypoints given two geo locations. Is there some support

[android-developers] Getting ParserConfigurationException when trying to insert a new Calendar.

2010-06-30 Thread Tushar
Hi , I am developing an Android app which creates a new calendar on the google server. Though the calendar does get created, I get an exception . This is how I insert the calendar. CalendarService service = new CalendarService(CalendarFeed`); CalendarEntry calendar = new CalendarEntry();

[android-developers] Issue with activities

2009-05-06 Thread Tushar
in second scenario ? I have set Activity1 's launch mode as singleInstance, where as Activity2/Activity3 are using default settings. Regards, Tushar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Task activity stack always reset when launched from Home

2009-05-07 Thread Tushar
I'm facing same issue. Did you got any fix or work around for this ? On Mar 26, 6:55 pm, jseghers jsegh...@cequint.com wrote: The code that starts the .About activity is:     protected void startAbout()     {         Intent aIntent = new Intent(this, About.class);        

[android-developers] Is there any way to lauhc Google Maps application with direction

2009-06-02 Thread Tushar
? Thanks , Tushar --~--~-~--~~~---~--~~ 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 group, send email to android

[android-developers] Help regarding reading the Sim HPLMN data on phone bootup on Android.

2010-10-20 Thread Tushar
Hi All, I want to read the sim HPLM data on phone bootup by writing a service which is started in the init.rc as a pre-zygote class. Could someone please help me on providing some inputs if this is possible ? If possible how do I read the SIM HPLMN number from my process, as the android framework

[android-developers] How to launch internal activity from PreferenceScreen

2009-06-09 Thread Tushar
android:data=mydata / /PreferenceScreen But this is not working. Getting exception of ActivityNotFound . Am I missing anything ? -- Tushar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] how do detect HSPA network ?

2009-07-27 Thread Tushar
understand HSPA is something called as 3.5 G. I'm using TelephonyManager.NETWORK_TYPE_UMTS constant for comparing network. Any hints ? Regards, Tushar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Want to join this group.

2011-05-19 Thread Tushar
Want to join this group. Please add me. -- 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 group, send email to

[android-developers] Question regarding Vending.apk

2011-06-06 Thread Tushar
On the latest release once the phone powers up I see that Vending.apk erases the contents from /cache partition on receiving the intent android.intent.action.SIM_STATE_CHANGED or android.intent.action.LOCALE_CHANGED. Is this change really needed ??. Could someone from Google Android team comment

[android-developers] Re: Question regarding Vending.apk

2011-06-06 Thread Tushar
:17 pm, Mark Murphy mmur...@commonsware.com wrote: SDK applications should not be using the cache partition. Use getCacheDir(), please. On Mon, Jun 6, 2011 at 8:40 AM, Tushar tushar.maha...@gmail.com wrote: On the latest release once the phone powers up I see that Vending.apk erases

[android-developers] Application package 'AndroidManifest.xml' must have a minimum of 2 segments.

2012-08-06 Thread tushar
problem Application package 'AndroidManifest.xml' must have a minimum of 2 segments. it keep on happning also R.java not generating in eclipse done all the rebuilding project clearing but keep on happning is there a possibility of bug on my eclipse IDE ??? anyone please reply ASAP -- You

[android-developers] ftp interaction on my app

2012-08-06 Thread tushar
need some guidelines for using ftp on my app to upload data or file on my server with out root if possible can someone please guided with any link that are working for them thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] USB Bluetooth

2011-10-07 Thread tushar
): a.b.device.e.CLASS = 5a020c D/BTDEBUG ( 1369): a.b.device.e.RSSI = 0 D/BTDEBUG ( 1369): a.b.device.e.NAME = Tushar W/CachedBluetoothDevice( 1361): mBtClass is null W/CachedBluetoothDevice( 1361): mBtClass is null W/CachedBluetoothDevice( 1361): mBtClass is null V/BluetoothEventRedirector( 1361): Received

[android-developers] Re: USB Bluetooth

2011-10-10 Thread tushar
of the Class I am not able to receive any file on Set top Box over bluetooth? I am not able to change the class of the device using #hciconfig hci0 class 0x5a020c what could be the issue? thanks, tushar On Oct 10, 7:47 am, gjs garyjamessi...@gmail.com wrote: Hi Did you pair theUsbBluetoothwith your

[android-developers] Receiving file through USB Bluetooth

2011-10-10 Thread tushar
Hi, I am running GB 2.3.4 on a set top box.I enabled bluez and dbus modules and able to send the files to any phone , but not able to receive any file.Can somebody suggest what extra needs to be done for receiving the files? thanks, tushar -- You received this message because you are subscribed

[android-developers] Multiple onClick calls on Button click

2012-11-15 Thread Tushar
Hi, On some devices looks like onClick events on button are getting fired multiple times. This behavior is observed on LG-P700 and on older HTC Hero? Does anyone else has such an issue ? Regards, Tushar -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Need to show a dialog on top of all other Apps for a custom hardware.

2013-08-08 Thread Tushar
Hi, I need to show a dialog (more like a horizontal bar) on press of a custom Key (on my custom device powered by Android). This dialog should appear on top of any other application(say A) that might be running when the Key is pressed. The app A should keep on running and its UI should be

Re: [android-developers] Need to show a dialog on top of all other Apps for a custom hardware.

2013-08-09 Thread Tushar
As I mentioned in the first post, I want to make minimal changes to the framework. One of the major part of the question is to have your layout inflated on top of other apps, which is totally to do with the application layer. So, I believe this is a better group rather than the platform group.

[android-developers] Re: Need to show a dialog on top of all other Apps for a custom hardware.

2013-08-11 Thread Tushar
Martin, Its for a custom hardware, which is not a mobile phone. The hardware is powered by Android and the use case mentioned is an essential requirement. It wont be an app on playstore as what your thinking. On Sunday, August 11, 2013 2:45:36 PM UTC+5:30, Martin Krischik wrote: Somehow

[android-developers] Regarding implementing paypal api in android

2010-12-28 Thread tushar sahni
I am developing an Android Application named Book Bottle Service.I have implemented map activity in it. The view that comes in the array list comes from url From where i have parsed data.Now i have to implement Paypal api on click of list button.How can i implement Paypal in android.Can anyone

Re: [android-developers] Looking for a theme developer

2011-01-17 Thread tushar sahni
Hello I am able to accept your job of theme developer Thanking You Tushar Sahni -- 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 group, send

[android-developers] hi

2011-01-27 Thread tushar sahni
Tushar Sahni -- 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 group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Debug/Run Application directly on device

2011-04-06 Thread Tushar Baviskar
How can I run/debug my app directly on device on Linux Ubuntu platform? I have Samsung GT-I5503 handset. Please provide procedure.. -- 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] Advantage of services over multi threading ??

2011-04-11 Thread Tushar Baviskar
What is the need of services in android, as same thing can be achieved by starting new task also? -- 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

[android-developers] Samsung Galaxy Mini

2011-09-27 Thread tushar lakhwani
Actually I was downloading some apps from market but they werent downloading . Then i switched off my fone and when i switched it on then the screen wre samsung is written remains and the fone doesnt start what should i do?? Please tell me ... Its URGENT... Is there any way to reset it

Re: [android-developers] It is possible to rotate a object from his own coordinates and not from the plane coordinates?

2011-10-12 Thread Tushar Bera
Dear Android Team, Please dont send me mail like this. Regards, Tushar On Tue, Oct 11, 2011 at 4:22 PM, saex elpablos...@gmail.com wrote: I am following the OpenGL es rotation examples from google to rotate a simple Square (not a cube) on my Android App

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread Tushar Lal
I have a work experience of 1.3yr in Android, Blackberry, in which I have created both native phonegap application. I have worked on a Mobile banking application, Stock Trading application, Album/Artist Application and some native Blackberry applications. Regards: Tushar On Tue, Mar 27, 2012

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread Tushar Lal
CTC: 1.92 ECTC: 3.0 - 3.4 Current Organization: INNEFU Labs Pvt. Ltd. Notice Period : 15 days. On Tue, Mar 27, 2012 at 12:12 PM, Sapna Saxena sapna.saxena...@gmail.comwrote: Hi Tushar, Please share your profile with us along with the below details: CTC ECTC Current Organization: Notice

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread Tushar Lal
PM, Eric Wong (hdmp4.com) ericwon...@gmail.com wrote: On Mar 27, 5:37 pm, Tushar Lal tush...@gmail.com wrote: I have a work experience of 1.3yr in Android, Blackberry, in which I have created both native phonegap application. I have worked on a Mobile banking application, Stock Trading

[android-developers] Re: application with same size in all the mobile

2011-12-21 Thread Tushar Lal
*dip); Hope this was the answer you were looking for... Regards: Tushar On Dec 19, 11:15 pm, lbendlin l...@bendlin.us wrote: define same size. Do you mean inches, pixels, or something in between? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] [android-developer] How can we rotate image

2011-12-22 Thread tushar sahni
*Hi* * * *accept invitation,,* * * * * *Regards* *Tushar Sahni* -- 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 group, send email to android

Re: [android-developers] Sample code to capture video

2011-06-29 Thread tushar sahni
Hii On Jun 29, 2011 3:36 PM, Bharathiraja R bharathiraja.andr...@gmail.com wrote: Hi All, I am testing camera application. Is there is any method to capture video like capturing picture with takePicture() method. Please let me know if anyone know the method. Regards, Bharathiraja R --

Re: [android-developers] Can I call a web service to get some data return the screen to the android?

2011-07-10 Thread tushar sahni
yeah On Jul 11, 2011 7:16 AM, mark2011 androidmark2...@gmail.com wrote: Dear All : Can I call a web service to get some data return the screen to the android? Actually, I want to get some data on the remote web server from the android phone return back the android platform. How can I do

Re: [android-developers] keyboard dismissing issue

2012-02-15 Thread tushar sahni
Hi Has anyone worked on push notifications in android Regards Tushar Sahni -- 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 group, send

[android-developers] Magic-8-Ball in phonegap

2012-03-05 Thread Tushar Lal
I wish to design Magic-8-Ball in android using phonegap, but I have no idea where to begin. Can some one please guide on how to develop or where to start looking on how to create the app. Regards: Tushar -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] isDirectory from assets manager

2011-08-19 Thread tushar sahni
Hii I am developing an android application,where i have to download data from server.I have done that part.Now i want data in simple text format from url Can anyone guide me Thanks in advance Tushar -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] isDirectory from assets manager

2011-08-19 Thread tushar sahni
can u send me some demo example if possible Thanks Tushar -- 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 group, send email to android

Re: [android-developers] Activity remains in focus for some time after calling finish()

2011-08-23 Thread tushar sahni
android:smallScreens=true android:normalScreens=true android:largeScreens=true android:anyDensity=true/ If anyone has worked on it can he/she have a look on it Regards Tushar -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Git and source code

2011-09-07 Thread Tushar Sahni
): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1586) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): ... 11 more Can anyone help me in this regard Thanks in advance Tushar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Need a gud UI designer for my project

2011-09-13 Thread Tushar Sahni
Hii I accept,, On Sep 12, 12:00 pm, pa1ani reverselibr...@gmail.com wrote: Hi I need a gud UI designer for my project.. Interested people can ping me.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Hi

2011-09-13 Thread Tushar Sahni
i can run the application in android 2.1 updated one version If yes,,can anyone guide me Thanks Tushar -- 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

Re: [android-developers] establishing networks

2012-06-25 Thread tushar sahni
:{IsNull:false,Value:\/Date(1340227684000)\/,DayTicks:41078,TimeTicks:17785200}, * ModifiedBy:, * ModifiedOn:{IsNull:false,Value:\/Date(-536464080)\/,DayTicks:-36524,TimeTicks:0}} Regards Tushar sahni, Waiting for your reply -- You received this message because you are subscribed to the Google

[android-developers] Multiple build created using single library project are not working

2012-06-29 Thread Tushar Lal
the second build and I go into (SettingApplicationRunning Application) the service is running of the first application. That might explain the reason of crashing of second build. Can anyone tell me what am I doing wrong. Regards: Tushar +91-9711577561 -- You received this message because you

Re: [android-developers] Multiple build created using single library project are not working

2012-07-13 Thread Tushar Lal
://sites.google.com/site/magouyaware On Fri, Jun 29, 2012 at 8:20 AM, Tushar Lal tush...@gmail.com wrote: Hi, I have created a library project containing a service. When I first build it and install it on my phone it works fine, but when I create the second build using the same library project

Re: [android-developers] Multiple build created using single library project are not working

2012-07-13 Thread Tushar Lal
? and is that proper instantiated before use? Regards Imran Ali On Friday, July 13, 2012 4:05:53 PM UTC+5:30, Tushar Lal wrote: LOGCAT OUTPUT: 07-13 15:23:23.954: E/AndroidRuntime(655): FATAL EXCEPTION: main 07-13 15:23:23.954: E/AndroidRuntime(655): java.lang.RuntimeException: Unable to start

Re: [android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-25 Thread Tushar Lal
Instead of sp try dp... On Jun 25, 2014 7:06 PM, 'RLScott' via Android Developers android-developers@googlegroups.com wrote: Two buttons are to be placed side by side in a horizonally-oriented LinearLayout whose width is match_parent. To make the buttons share the width equally I have

Re: [android-developers] Opensource messaging.

2014-09-18 Thread Tushar Lal
You can take a look at Ejabberd for server and asmack lib for android device. On Sep 17, 2014 10:35 PM, yogendra G yogi2...@gmail.com wrote: Dear All, I am in need of some nice open source for message broadcasting between many android devices without using GCM. Please help me out. Thanks

Re: [android-developers] How to prevent existing user from receiving bad app update

2015-05-05 Thread Tushar Lal
If you are some kind of repository for your code you can revert to the stable version then in your manifest file increase the app version and app code. Then publish it again. I know that this might not be the perfect solution but it is a work around. Regards Tushar Lal On 9:06AM, Wed, May 6

Re: [android-developers] Touch and Drag Image - Tutorial

2016-02-03 Thread Tushar Lal
Remove the android.R package and import the one which is having a package name similar to your project package. On Feb 4, 2016 4:53 AM, "Foo Fabulous" wrote: > >

Re: [android-developers] Need help in every way!

2016-03-19 Thread Tushar Lal
ther process & application. As for the third question either you have to share the crash logs or your code. And for your forth and final question we can only say after seeing the code. But by the description that you provided it can't be that bad. Regards: Tushar Lal On Wed, Mar 16, 2016 at