[android-developers] Learning Android

2013-04-29 Thread jayesh dalal
I am working PHP,RUBY ON RAILS and making one website ,I want to make as a app in android ,how I will start coding in android ...suggested as a beginner. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Screen distortion issue

2012-08-16 Thread Jayesh
Hi, After performing extensive user operation e.g. navigating through various activities, buttons and menu. The issue, screen distortion, is random and seldom. It can be observed any where on screen when you touch it. But later moving to other activity app behaves normally. Device: Samsung skyr

[android-developers] Re: Input transport and input dispatcher error on 2.3

2012-08-16 Thread Jayesh
I am also facing similar problem; Device: Galaxy S3, Samsung Rugby, Samsung skyrocket Scenario: Random; while navigating from one activity to other. 08-01 14:04:34.122: E/InputTransport(6669): channel '42eb8978 xx.xx.xx.xx/com.xxx.XXActivity (client)' consumer ~ Error -1 pinning ashmem fd 70.

[android-developers] Re: SMS/MMS Default App source code into Eclipse?

2012-07-10 Thread jayesh jethava
Well... you need to include all files that are referenced If you don't have protobuf how do you expect the classes to use it to function ? In your project, you should have the following packages (create them and add all the files to them if you don't already have them): Your own source pack

[android-developers] Re: Keep app from restarting when touching icon from Home screen

2011-07-08 Thread jayesh
Even I am facing same problem..Do you got any fix? -- 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-de

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-02 Thread Jayesh
Got the email. But my country of residence is not included in the list (India). Anyone in the same situation? On Mar 3, 7:49 am, Corollary Computing wrote: > Hey everybody, > > First off, congrats on qualifying. We rock. > > Second, we don't know yet which phone we'll get, but... I DO know > peop

[android-developers] IllegalStateException after ListView's adapter has changed

2010-02-21 Thread Jayesh Salvi
ogle+about+BaseAdapter+class#2ab5bea015c38437 [5] ListView.java source code I refered to: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/widget/ListView.java;h=7c8151e65132a91aecadd2048fe205bd1c6768a9;hb=HEAD -- Jayesh -- You received this message because y

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-29 Thread Jayesh
e advice. Inflating view in a thread other than GUI thread, indeed seems to be unsupported, even if it doesn't throw any explicit exception deterministically. > I'm just saying: try to do the inflate in the main UI-thread and check > if this solves the problem for HTC

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-21 Thread Jayesh Salvi
-- Jayesh On Wed, Oct 21, 2009 at 7:39 PM, Streets Of Boston wrote: > > I still would try to inflate your view inside your main gui-thread and > not in a seperate background thread. > > The fact that it works on other phones does not guarantee it works on > all phones, if infl

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-20 Thread Jayesh Salvi
be the one with most conformance to Android platform; one that has passed all test suites required to qualify for the "with Google" logo. Yet we see these anomalies. :( -- Jayesh On Mon, Oct 19, 2009 at 1:15 PM, Amir Alagic wrote: > > I saw somwhere else that one developer also has p

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-12 Thread Jayesh Salvi
ld I wait helplessly for HTC/Sprint's next update? Any suggestions are appreciated. Thanks. -- Jayesh On Mon, Oct 12, 2009 at 8:34 PM, Jayesh Salvi wrote: > > -- > Jayesh > > > On Mon, Oct 12, 2009 at 7:49 PM, Streets Of Boston < > flyingdutc...

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-12 Thread Jayesh Salvi
-- Jayesh On Mon, Oct 12, 2009 at 7:49 PM, Streets Of Boston wrote: > > I might be mistaken, > But this part of the stack-trace worries me a bit: > >android.view.LayoutInflater.inflate(LayoutInflater.java:276) >com.altcanvas.readerscope.ItemDetails.(ItemD

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-11 Thread Jayesh Salvi
-- Jayesh On Mon, Oct 12, 2009 at 1:11 AM, Romain Guy wrote: > > Hi, > > The stack trace you showed is not useful. This is the top of the > exception chain, which means this exception was caused by something > else. Please show the "application specific stack fram

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-11 Thread Jayesh Salvi
-- Jayesh On Mon, Oct 12, 2009 at 1:10 AM, Mark Murphy wrote: > > Jayesh Salvi wrote: > > Hi, > > > > In past couple of days, users of my app have sent crash reports > > indicating errors in layout inflation. > > > > "android.view.InflateException

[android-developers] app gives layout errors only on Sprint HTC Hero devices

2009-10-11 Thread Jayesh Salvi
LayoutInflater.java:620) android.view.LayoutInflater.rInflate(LayoutInflater.java:620) android.view.LayoutInflater.inflate(LayoutInflater.java:407) android.view.LayoutInflater.inflate(LayoutInflater.java:320) android.view.LayoutInflater.inflate(LayoutInflater.java:276) <-- application specific stack fr

[android-developers] Re: relocating webview cache using softlinks

2009-10-05 Thread Jayesh Salvi
(WebView's cache) over > which you have no real control? > Now that I have implemented a new caching mechanism for ReaderScope that is independent of WebView, the added control looks like a big advantage. Thanks for the advice. Jayesh --~--~-~--~~~---~

[android-developers] Re: relocating webview cache using softlinks

2009-09-23 Thread Jayesh Salvi
ence > that you can replace the CacheManager/WebViewDatabase used by a WebView. > So far WebView does most of the stuff that my business logic requires, except for the custom location for cache. It would have been great if WebView and other objects in webkit family were extendible, to allow

[android-developers] Re: relocating webview cache using softlinks

2009-09-23 Thread Jayesh Salvi
On Wed, Sep 23, 2009 at 7:00 PM, Mark Murphy wrote: > > > But given > > the large amount of webview cache that my app tends to accumulate over > > time, > > I need to relocate this cache on SDCard. > > Why not just call clearCache() periodically? > No, I don't want to loose the cache. In fact, Re

[android-developers] relocating webview cache using softlinks

2009-09-23 Thread Jayesh Salvi
ache location? (Given that WebView's cache is perfectly local to the app and separate from Browser cache, this shouldn't pose any security risks, I suppose). Please let me know, what do you think. Thanks, Jayesh --~--~-~--~~~---~--~~ You received this messa

[android-developers] Re: How to display a local file in the browser?

2009-09-16 Thread Jayesh
On Sep 9, 4:13 am, Megha Joshi wrote: > local file access from the browser will be available in one of the upcoming > sdk releases. thanks! > I just looked into 1.6 SDK docs. Nothing in WebView's interface shows that it will be able to load local files. Did I look at wrong place? Or 1.6 also d

[android-developers] layout upgrade causing crash

2009-09-03 Thread Jayesh Salvi
ase let me know. Thanks, Jayesh --~--~-~--~~~---~--~~ 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 gro

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Jayesh Salvi
plications/apps/193797 App website: http://www.altcanvas.com/android/readerscope The 1.0 version available at above places is exactly the same as submitted to ADC2. And it's completely FREE. Give it a try! Jayesh On Wed, Sep 2, 2009 at 11:20 PM, jgilfelt wrote: > > My ADC2 ent

[android-developers] Re: Widget Unresponsive after Opening/Closing

2009-07-05 Thread Jayesh
I had the same problem. Jeff's solution worked for me. Thanks! On Jun 17, 1:27 am, Jeff Sharkey wrote: > Are you sending a full RemoteViews update each time?  (The AppWidget > framework only keeps the last RemoteViews sent, and reapplies it when > needed, such as after a screen rotation.) > > F

[android-developers] autoLink text from app widget

2009-06-30 Thread Jayesh Salvi
IVITY_NEW_TASK flag. Any ideas? Thanks in advance. Jayesh --~--~-~--~~~---~--~~ 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 T

[android-developers] Re: concurrency of AsyncTasks

2009-06-26 Thread Jayesh Salvi
Thanks Romain for quick response. Jayesh On Fri, Jun 26, 2009 at 10:54 PM, Romain Guy wrote: > > Hi, > > It's a bug and your workaround is correct. I'll fix this right away. > > On Fri, Jun 26, 2009 at 9:27 AM, Jayesh Salvi > wrote: > > Hi, > > >

[android-developers] concurrency of AsyncTasks

2009-06-26 Thread Jayesh Salvi
f threads to do network I/O. However a single thread is not sufficient for my app either. Please let me know. Thanks in advance. Jayesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: alternative to sms manager

2009-04-02 Thread jayesh
have broadcast receiver in your application for delete functinality from SMS client, Hope you got the clue from this, "Keep d spirit up" Jayesh On Apr 2, 5:47 pm, sree wrote: > Hi > > I want to send a message to only specific application in other device > but i dont want S

[android-developers] Re: Delete SMS messages from SIM card

2009-04-02 Thread jayesh
Hi Mark, Did u get solution of your problem? On Mar 25, 2:55 am, mark.ka...@gmail.com wrote: > Anyone, anyone? Bueller? ... I'll answer my own question, I'll > try using the uri content://sms/sim > > On Mar 20, 1:14 pm, mark.ka...@gmail.com wrote: > > > That is programmaticallydeletemessa

[android-developers] Re: Mp3 file read problem in Real device (G1)

2009-03-18 Thread jayesh
() + File.seperator + "Music"; And now it is working.. Keep d Spirit Up, Jayesh On Mar 18, 3:36 pm, Dave Sparks wrote: > Just in case there is any confusion, your APK is not going to contain > the MP3 files that were loaded on the virtual SD card in the emulator. > > If