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, 20

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: > > > I tried to fol

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] Opensource messaging.

2014-09-17 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" 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 & Br, > Y

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

[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 th

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] 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 v

[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 "An

[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 t

[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 r

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

2012-07-13 Thread Tushar Lal
on 302 line number? 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

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

2012-07-13 Thread Tushar Lal
rson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Fri, Jun 29, 2012 at 8:20 AM, Tushar Lal 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 wh

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

2012-06-29 Thread Tushar Lal
second build and I go into (Setting>Application>Running 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 y

Re: [android-developers] establishing networks

2012-06-25 Thread tushar sahni
":"", * "IsJournal":"N", * "IsActive":"Y", * "CreatedBy":"admin", * "CreatedOn":{"IsNull":false,"Value":"\/Date(1340227684000)\/","DayTicks":41078,"TimeTicks":177

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

2012-03-26 Thread Tushar Lal
12:21 PM, Eric Wong (hdmp4.com) < ericwon...@gmail.com> wrote: > On Mar 27, 5:37 pm, Tushar Lal 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 ap

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

2012-03-26 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 wrote: > Hi Tushar, > > Please share your profile with us along with the below details: > > CTC > ECTC > Current Organization: >

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

2012-03-26 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

[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 "An

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 g

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

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

2011-12-21 Thread Tushar Lal
h(20*dip); Hope this was the answer you were looking for... Regards: Tushar On Dec 19, 11:15 pm, lbendlin 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

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 wrote: > I am following the OpenGL es rotation examples from google to rotate a > simple Square (not a cube) on my Android App, for example thi

[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] Re: USB Bluetooth

2011-10-10 Thread tushar
Is it because 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 wrote: > Hi > > Did you pair theUsbBlue

[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] 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

[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@googlegro

[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 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 email to android-develope

Re: [android-developers] Git and source code

2011-09-07 Thread Tushar Sahni
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, sen

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

2011-08-23 Thread tushar sahni
Regards 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.co

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

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 "An

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" 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 it? > > Thanks. >

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

2011-06-29 Thread tushar sahni
Hii On Jun 29, 2011 3:36 PM, "Bharathiraja R" 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 -- You received this message becau

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

2011-06-06 Thread Tushar
6, 7:17 pm, Mark Murphy wrote: > SDK applications should not be using the cache partition. Use > getCacheDir(), please. > > > > > > > > > > On Mon, Jun 6, 2011 at 8:40 AM, Tushar wrote: > > On the latest release once the phone powers up I see that

[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] 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+unsubscr...@go

[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 t

[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@goo

[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.co

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

[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 help

[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] 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(); //S

[android-developers] Issue with WindowManager showing UI

2010-01-27 Thread Tushar
--- Not sure what could be the cause of behavior . Any clues ? --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,

[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 wrote: > Is there a general guideline for application developers about when to > disa

[android-developers] Error running android on snow leopard

2009-09-20 Thread Tushar
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] 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 wrote: > Or a much easier way is j

[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 wrote: > Or a much easier way is just rename the folder "/tools/lib/x86" to "/ > tools

[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 ? --T

[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] how do detect HSPA network ?

2009-07-27 Thread Tushar
As I 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 "And

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

2009-06-09 Thread Tushar
plicitly specifying it's name e.g. 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 Develope

[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

[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 wrote: > The code that starts the .About activity is: >     protected void startAbout() >     { >         Intent aIntent = new Intent(this, About.class); >         startActivity(aIntent); >     }

[android-developers] Issue with activities

2009-05-06 Thread Tushar
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

[android-developers] adb is not detecting my android phone

2009-04-19 Thread Tushar
Hi, First time when I connected my android phone with windows XP SP3 system everything went smoothly. And after installing usb drivers from android sdk 1.1 I was able to see my device from adb by running "adb devices" command. Recently there was some software update from windows after which I s

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

2009-03-16 Thread Tushar
ve over time. > > On Sun, Mar 15, 2009 at 11:56 PM, Tushar 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

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

2009-03-15 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: 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 ex

[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 wrote: > Content Provider might sortout this issue .. > > > > On Fri, Mar 13, 2009

[android-developers] Sharing data across Activities

2009-03-13 Thread Tushar
tion ? 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@googlegroup

[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:w

[android-developers] Re: "Hello, Android!" doesn't get built.

2008-03-25 Thread Tushar
Hi, I'm also facing exact same problem . what could be issues with ? ant or the python script used for generating project ? Regards, Tushar On Mar 22, 12:56 pm, morph <[EMAIL PROTECTED]> wrote: > hi, > > i ran into the same problem... i have the feeling it's some p