[android-developers] Re: Twitter for Android App

2011-05-25 Thread Peter Webb
I am trying to use Twitter4j. There is a special version for Android. The instructions say to put the jar into your classpath. But if I click on the jar file in my project or try to use it, it says "invalid jar format". This gives me no hint as to what to do ... If you got an authorisation error,

[android-developers] Toast for Non-activity class

2011-05-25 Thread Abhishek Kumar Gupta
I want to display the Toast for Non-activity class which is present in the framework(framework/base/policy). Please help 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@googlegroup

[android-developers] swf file to have audio and video chat

2011-05-25 Thread chandan
hey folks i am developing one chatting application on Android in this i need to implement flash player i need guidenss on this please help me how to proceed and is this possible in android to play .swf file ?? Thanks in advance -- You received this message because you are subscribed to th

[android-developers] Eclipse stopped creating APKs

2011-05-25 Thread kypriakos
Hi all, this is a separate issue from the question I posted regarding multiple databases in the same Android app so I am posting it in a different thread. I was able to create, compile and deploy android projects from version 1.6 to now without many issues in Eclipse Galileo. All the sudden this

[android-developers] InputReader.cpp

2011-05-25 Thread vered cohen sharvit
How come the android Froyo version source code doesn't include frameworks/base/libs/ui/InputReader.cpp -- 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: Multiple databases

2011-05-25 Thread kypriakos
Actually the DB is only 15KB (very few entries). This is a bit strange - actually I did a Clean on 3 other projects and when I built them they all cannot generate the apk. So it seems that this is global issue in Eclipse now. I read that Locale was an issue, others said the jvm you start Eclipse w

[android-developers] Re: Can a service be called in the browser?

2011-05-25 Thread PostPC Developer
Ok. That makes sense. Thanks for the quick reply. On May 26, 2:09 pm, Dianne Hackborn wrote: > No, the browser uses startActivity().  The user is clicking on something, > something should happen in the UI.  Just having a service start in the > background would not be expected.  You need to implem

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

2011-05-25 Thread Dianne Hackborn
Those are two completely different things. The first is just messages in the log, usually a result of various things cleaning up after a process goes away. A second is an application crash, because it is trying to use a surface that is no longer valid. On Wed, May 25, 2011 at 7:41 PM, wang wrot

Re: [android-developers] security exception while reading call logs?

2011-05-25 Thread Hitendrasinh Gohil
hi, i have already set READ_CONTACT in manifest. -- 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+unsu

[android-developers] how to read emails in android?

2011-05-25 Thread Hitendrasinh Gohil
hi, Is there anyway to read emails from gmail in android.is there any open source library for that? -- 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 fr

Re: [android-developers] parsing json data in android

2011-05-25 Thread Nandagopal T
Yeah, mark is right. Its a JSONArray. On Wed, May 25, 2011 at 11:48 PM, Mark Murphy wrote: > The error message is correct. "final" is not a JSONObject. It is a > JSONArray. You can tell that by the square brackets, instead of > braces. > > On Wed, May 25, 2011 at 1:57 PM, Expressions Unlimitted >

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Chris Stratton
On Wednesday, May 25, 2011 6:14:55 PM UTC-4, Dianne Hackborn wrote: I'm still wondering what these "limiting decisions" are. I find that surprising, considering the amount of time you spend explaining to people that the things they want to do are not possible, some because they are not yet

[android-developers] Re: how to create theme packs

2011-05-25 Thread neuromit
I guess a better question is this: What information can one app pass to another? When I create my theme pack should it contain all the resources and class definitions needed for that theme? Or should I put all of those things into the main application and then simply "unlock" the theme when the 2n

Re: [android-developers] Most popular devices/ development devices

2011-05-25 Thread Stefan Alder
Thanks. Are the Android Market Stats overall for all apps? Is there a way I can access those? On Wed, May 25, 2011 at 8:40 PM, TreKing wrote: > On Wed, May 25, 2011 at 9:49 PM, Stefan Alder wrote: >> >> I'm probably likely to use OS 2.1 as a base. > > Why? 2.2 is the most popular currently, w

Re: [android-developers] How can we only rendering certain regions in SurfaceView

2011-05-25 Thread Dianne Hackborn
To be honest, if you want something like the Swing behavior then don't use SurfaceView. The regular view hierarchy behaves more like Swing -- you call invalidate() on the rectangle that has changed, and the rectangles will be combined into a single draw operation down the view hierarchy. The whol

Re: [android-developers] Can a service be called in the browser?

2011-05-25 Thread Dianne Hackborn
No, the browser uses startActivity(). The user is clicking on something, something should happen in the UI. Just having a service start in the background would not be expected. You need to implement an activity. On Wed, May 25, 2011 at 6:18 PM, PostPC Developer wrote: > I was experimenting on

[android-developers] Bluetooth: Server vs Client

2011-05-25 Thread JR
Hello I am new in android application development. I have red the BluetoothChat sample code and having a hard time understanding the server-client side. My question is: If I set the device (say dev1) be the server and the other device (dev2) be the client, can I expect a mutual communication betwe

[android-developers] Why does not the mothed onChange() of contentobserver work when the database changed

2011-05-25 Thread Vicky Wang
Hi, guys I use onChange() to listen the database change. And now this method is called when the database changed finished. why? Is onChange() not called if the database change not the change is finished? Please help me. Thanks a lot. -- You received this message because you are subscribed to the

[android-developers] Re: Weird performance issues with native application

2011-05-25 Thread Nightwolf
The only suggestion I have is that some thread does not allow to work other threads. Turning profiling on slows down this thread so others have more chances to do their work. On May 25, 3:41 pm, Habba wrote: > Hi, > > I'm working on a game which uses OpenGL 1.1 and Android 2.3 > > 95% of the code

Re: [android-developers] Google account group

2011-05-25 Thread Miguel Morales
lol On Wed, May 25, 2011 at 8:50 PM, Goutom wrote: > > Hello Dear > > I am relatively new in android application development.I read post( > http://groups.google.com/group/android-developers/browse_thread/thread/8644a128491b6d13/537db90fa16f9073#537db90fa16f9073).Brother > I need code which will

[android-developers] Google account group

2011-05-25 Thread Goutom
Hello Dear I am relatively new in android application development.I read post( http://groups.google.com/group/android-developers/browse_thread/thread/8644a128491b6d13/537db90fa16f9073#537db90fa16f9073).Brother I need code which will get all the google account added int the phone.Then I need group

Re: [android-developers] Most popular devices/ development devices

2011-05-25 Thread TreKing
On Wed, May 25, 2011 at 9:49 PM, Stefan Alder wrote: > I'm probably likely to use OS 2.1 as a base. > Why? 2.2 is the most popular currently, with supposed 2x the market share: http://developer.android.com/resources/dashboard/platform-versions.html > Does anyone know where I can find some rece

Re: [android-developers] Multiple databases

2011-05-25 Thread Nikolay Elenkov
On Thu, May 26, 2011 at 6:54 AM, kypriakos wrote: > > An easy question - you can create and include multiple databases in > the assets directory of an Android app? I had one database in there > and it worked fine. I created a new one and Eclipse ADT won't create > an apk file at the end of Clean/B

Re: [android-developers] URI.parse is not working correctly in 2.3

2011-05-25 Thread BHL
My friend, I found a website to make big money online. There is address: *http://BigExtraCash.com/_6a6b7d72.htm* -- 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 uns

Re: [android-developers] Multiple databases

2011-05-25 Thread BHL
My friend, I found a website to make big money online. There is address: *http://BigExtraCash.com/_6a6b7d72.htm* -- 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 uns

[android-developers] Most popular devices/ development devices

2011-05-25 Thread Stefan Alder
I'm just getting started with Android and trying to pick a device for development. Rather than getting something new, I was thinking of getting something more popular. I'm probably likely to use OS 2.1 as a base. Does anyone know where I can find some recent stats on the most popular devices? T

RE: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Christopher Van Kirk
I'm sorry, did you actually just say "If you say 'it doesn't have good initial design', I would consider that as a plus instead of shortcoming"? Really? Are you also in the habit of purchasing houses with bad foundations, cars with broken chasses, and work animals with broken backs? I've heard

[android-developers] Google API Client for Java

2011-05-25 Thread sun
Hi, I'm new to Android development. Please someone tell me how do I use com.google.code and com.google.api libraries in my code? What I did: 1. I checked out the Google API client for Java setup instructions page (http://code.google.com/p/google-api-java-client/wiki/Setup) 2. Downloaded the .jar

[android-developers] How can we only rendering certain regions in SurfaceView

2011-05-25 Thread yccheok
I try to apply the similar technique found in Swing over Android's SurfaceView http://download.oracle.com/javase/tutorial/uiswing/painting/step3.html "An important point worth noting is that although we have invoked repaint twice in a row in the same event handler, Swing is smart enough to take t

[android-developers] Can a service be called in the browser?

2011-05-25 Thread PostPC Developer
I was experimenting on creating a service that can be called in a browser but unfortunately it doesn't get called at all. Is there something wrong with this intent-filter I placed for the service? For the service code, I just extend the IntentService class an

[android-developers] SQLite, Cursors, CursorIndexOutOfBoundsException

2011-05-25 Thread adek
Hello, As a beginner in android java world I need your help. I've got problem with famous "CursorIndexOutOfBoundsException". I'm using SQLite db, and I have two cursors, I'm getting some rows from database. I need to get some previous values with some conditions with second cursor (c2) and put th

[android-developers] Re: aacp stream not playing on Android 2.2 device

2011-05-25 Thread Musertech
Some additional info, the device name is HTC MyTouch 4G Can anybody help please On May 22, 3:56 pm, Musertech wrote: > Hi, > > I have developed an Online radio streaming application which is used > to play Shoutcast & Icecast streams > > As long as the streams generated by Shoutcast are MP3, all

[android-developers] Re: A little Hi and our old "Unable to establish" connections...

2011-05-25 Thread Michael B
Try adding to your androidmanifest.xml file. Looks like you don't have the permission to access the internet. 05-25 10:32:22.026: ERROR/FaderAcivityTest(321): java.net.SocketException: Permission denied (maybe missing INTERNET permission) Michael On May 25, 10:27 am, Guilherme Lunhani wrote:

[android-developers] Trying to install Google App Inventor, need help!

2011-05-25 Thread ctccromer
My Phone: Motorola Bravo I'm working on setting up Google App Inventor so I can make an app for Android. However, I'm having an issue at the part where I'm supposed to manually install a Driver for my specific phone. I understand how to open/use the command window (thank you google). I followe

[android-developers] Re: A little Hi and our old "Unable to establish" connections...

2011-05-25 Thread Michael B
Hi, Try adding to your AndroidManifest.xml file. Looks like you don't have the permission to access the internet. >From your log: 05-25 10:32:22.026: ERROR/FaderAcivityTest(321): java.net.SocketException: Permission denied (maybe missing INTERNET permission) Michael On May 25, 10:27 am, Guil

Re: [android-developers] what can test account do?

2011-05-25 Thread kaida li
thank you for your help[?] 2011/5/26 TreKing > On Tue, May 24, 2011 at 4:23 AM, boluo wrote: > >> what can we do with a test account? >> if we upload an app without "publish" but just "save", what can we do >> with a test account? >> > > Test LVL and in-app billing, AFAIK. I haven't used either

Re: [android-developers] Re: Replay monkey execution

2011-05-25 Thread B Lyon
interesting to hear that it's being used to such a degree. It does give me some comfort just to have something bang at the app in case it hits a silly thing I might not have caught. btw, the monkey seems to be particularly fascinated with the ringer volume, for some reason. At least when I run it

Re: [android-developers] Re: What did you use to create your launcher icon for your app?

2011-05-25 Thread B Lyon
thanks folks. I already had the gimp - interesting to hear that others are using it for launcher icons, and it is a powerful thing. I used Asset Studio for some little buttons, actually. It's really slick,imo. I played around with inkscape a little after my original post - I like the fact that

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

2011-05-25 Thread wang
Hi, This is the main log, it can occurred black screen, click back button don't have response, only click home button can leave. E/InputTransport( 83): ashmem fd is 0 in publishInputEvent. E/InputTransport( 83): result is -1 in publishInputEvent. E/InputTransport( 83): channel '4063c3b8

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread DanH
> This apporach of initially designing everyhting, trying to think of > every little detail, forecasting in the future etc. is dead in > software development. It works in some classical industries like > avionics, but in consumer electronics, forget it, you cannot build any > decent product with th

Re: [android-developers] Re: What did you use to create your launcher icon for your app?

2011-05-25 Thread Nikolay Elenkov
On Thu, May 26, 2011 at 5:27 AM, String wrote: > If you already have and know Photoshop, I don't doubt that it's an excellent > choice. Or if you can easily afford Photoshop, I don't doubt that it's > easier to learn than the GIMP, and that there are more/better resources > around to help you. > I

Re: [android-developers] Radio button in list adapter

2011-05-25 Thread TreKing
On Wed, May 25, 2011 at 8:42 PM, Jay SB wrote: > Could any throw some light for implementing the Radio button click in the > list adapter? Your question is extremely vague - especially since a Radio Button has nothing to do with a List Adapter.

Re: [android-developers] Re: Problem Starting in Eclipse

2011-05-25 Thread Nikolay Elenkov
On Thu, May 26, 2011 at 7:16 AM, Kyban wrote: >\Program Files (x86)\Android\android-sdk\samples > \android-11\AndroidManifest.xml (The system cannot find the file > specified) > Installing Java stuff in directories with spaces generally leads to problems. Install your SDK to C:\. Or use a real OS

[android-developers] Re: Widget-specific Preferences

2011-05-25 Thread Jake Colman
> "Jake" == Jake Colman writes: Jake> I am looking to implemented widget-specific preferences in my Jake> app. I have reviewed numerous blogs and posts, including Jake> Kostya's, and am familiar with the overall approach of using Jake> the widget ID as a suffix to the preference

[android-developers] Re: In-App Billing Test failing ---- Please delete previous post

2011-05-25 Thread spurwa
Hi Joel Can u share guide to me about how to run In-App Billing Test with SDK or Device? Maybe you can guide me step by step for using and running this App... Please coz i,m newbie...:D just want to study this case for my campus project...thanks Regard Spurwa On May 25, 9:28 am, Joë

[android-developers] Radio button in list adapter

2011-05-25 Thread Jay SB
Hello All, Could any throw some light for implementing the Radio button click in the list adapter? Regards, Jay -- 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 u

[android-developers] All Renderscript samples fail to run on actual device (Samsung Galaxy Tab 10.1 'google io edition')

2011-05-25 Thread Streets Of Boston
I'm trying to run a renderscript sample from the Android SDK. The SDK comes with a bunch of samples. All of them compile fine, but they don't run: 05-25 21:04:56.470: VERBOSE/RenderScript(20521): Cache file for 'com.android.fountain:raw/fountain' '.oBCC' is '/data/data/com.android.fountain/cac

[android-developers] Re: Upload a valid APK onto android market

2011-05-25 Thread Thomas
Hi All, The people over at Android Market didn't think it was their problem but rather a development issue so they sent me back over here. I have an apk jarsigner validates and I can't upload it. Are there some other requirements not specified? Regards, Tom B On May 24, 12:44 pm, Thomas wrote

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

2011-05-25 Thread Dianne Hackborn
What is the problem? The log messages don't necessarily indicate a problem. Is there an actual problem you are seeing in your app? On Wed, May 25, 2011 at 5:43 AM, wang wrote: > Hi, > > Thank you for your reply. I want to know how I avoid problem? I check > the log, in the previous run program

Re: [android-developers] Regarding Session and cookie

2011-05-25 Thread Francisco Dalla Rosa soares
could you provide any context to that: Are you trying to do that using a webview? is it http requests you're using? 2011/5/25 Viswanath > Can anybody help me out how to maintain a session and cookie in > android. i'll be more happy if anybody has complete sample code. i > tried by using several

[android-developers] Re: help: all threads have the same pid, tid, same priority

2011-05-25 Thread redmapleleaf
Fadden, I think you are right about my application running in a single thread mode based on the logcat output. The thing that I don't understand is how was that possible? My thought is that every time we use Thread t = new Thread(r); t.start(); then a new thread should be created off of the paren

Re: [android-developers] ListView setOnItemClickListener in XML

2011-05-25 Thread Mark Murphy
There is nothing built in for that, sorry. onClick is the only such XML event attribute that I can think of. On Wed, May 25, 2011 at 8:00 PM, Kevin wrote: > When you have a button, you can use the XML attribute android:onClick > to set the listener for it in place of using setOnClickListener in >

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

2011-05-25 Thread Haris Ambady
Even I have the same issue... Please help... -- 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

[android-developers] ListView setOnItemClickListener in XML

2011-05-25 Thread Kevin
When you have a button, you can use the XML attribute android:onClick to set the listener for it in place of using setOnClickListener in your code. Is there a similar way to replace a ListView's setOnItemClickListener with an XML attribute? Thanks! -- You received this message because you are s

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Indicator Veritatis
But quite a few other people have complained -- with no less evidence -- that Agile methods have failed to deliver on their promise. On May 25, 3:26 pm, Ali Chousein wrote: > Dan, you are looking from a very classical point of you. I mean the > following: > > 1. " how much impact these 'limiting

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Indicator Veritatis
The risk you complain about is real, but it was a legitimate question: I had serious doubts about what you meant by 'legs', too. I am sure there are many others who have no idea what you were trying to say. On May 24, 10:54 am, DanH wrote: > I figured you would, and I'm not interested in getting

[android-developers] Re: Virtual keyboard does not disappear when EditText with focus is hidden

2011-05-25 Thread Shri
I should describe what my complete scenario is. I have several Fragments in my Activity, all but one of which are hidden at any given time. When a Fragment with an EditText is getting hidden, I want to ideally keep the virtual keyboard if the next Fragment being unhidden also has an EditText. The v

[android-developers] Virtual keyboard does not disappear when EditText with focus is hidden

2011-05-25 Thread Shri
I have a simple layout with two EditTexts and a button. When the Activity starts, the first EditText automatically gets focus and the virtual keyboard is shown. When I click the button, the second EditText gets focus because the first one is gone. If I click the button again, the second EditText is

Re: [android-developers] How to change the TextView text dynamically

2011-05-25 Thread Mark Murphy
Call setText() on the TextView. On Tue, May 24, 2011 at 5:12 AM, sohaib rahman wrote: > Hi folks! > > I am creating a application called scrambled game. I want the text of > the TextView to be changed on the click of the "New Word " button. How > do we do that? > > -- > You received this message

Re: [android-developers] Ant and compatibility pack for Fragments

2011-05-25 Thread Mark Murphy
On Tue, May 24, 2011 at 2:16 PM, Joachim wrote: > I'm trying to get my CI server up and what not and am using ant to > build my projects.  However I'm noticing that I need to copy the > compatibility pack from the installed location in the sdk to my > projects lib folder.  Does anyone know of a mo

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Ali Chousein
Dan, you are looking from a very classical point of you. I mean the following: 1. " how much impact these 'limiting decisions' will have in the future..." 2. " thanks to good initial design (or sometimes just clever emulation), are able to advance their platforms while still maintaining compatibil

Re: [android-developers] Android's 2.1 webbrowser wont launch videos when the url is clicked

2011-05-25 Thread Mark Murphy
My guess is that your video is not safe for streaming. http://stackoverflow.com/questions/523/where-to-place-videos-to-stream-android On Tue, May 24, 2011 at 10:16 PM, msx wrote: > Hi all, first post here :) > > We're developing an app for the Android 2.1 Platform and we need the > user to b

Re: [android-developers] URI.parse is not working correctly in 2.3

2011-05-25 Thread Mark Murphy
You should not be using setClassName("com.android.browser", "com.android.browser.BrowserActivity") on any version of Android. On Wed, May 25, 2011 at 1:04 AM, raj wrote: > ①Content Provider(XML) >   android:authorities="jp.test.testapp.provider"> > ②,③src >  Uri uri = Uri.parse( "content://jp.tes

[android-developers] Re: NFC send Url p2p

2011-05-25 Thread nadam
You can find most of the details in the talk from Google I/O http://www.youtube.com/watch?v=49L7z3rxz4Q and the accompanying StickyNotes example at http://nfc.android.com. On 25 Maj, 13:47, "arik...@hotmail.com" wrote: > Thanks Adam, I will prove, I only have to change that in the example > of nf

Re: [android-developers] How do I let GMAIL use my external memory

2011-05-25 Thread Mark Murphy
Not that I am aware of. This is not related to Android development -- questions like this belong on [android-discuss], or http://android.stackexchange.com, etc. On Wed, May 25, 2011 at 12:16 PM, Guiseppe wrote: > Hi Guys, > > I am not familiar with developing on Android, but I do use GMAIL. Is >

[android-developers] Re: Problem Starting in Eclipse

2011-05-25 Thread Kyban
[2011-05-25 18:12:01 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read C:\Program Files (x86)\Android\android-sdk\samples \android-11\AndroidManifest.xml: java.io.FileNotFoundException: C: \Program Files (x86)\Android\android-sdk\samples \android-11\AndroidManifes

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Dianne Hackborn
I'm still wondering what these "limiting decisions" are. The only thing I have heard is limits on what applications are allowed to do, but that actually gives us more flexibility in maintaining Android -- it is far easier to remove such limits on apps than it is to introduce new limits that you fi

[android-developers] Re: Problem Starting in Eclipse

2011-05-25 Thread Bagatelle: David Lee Evans
Need a little more to go on, but what does Eclipse problem view indicate. On May 23, 9:44 pm, Kyban wrote: > I'm trying to start developing and have a fair amount of experience in > Java and am working in Eclipse.  I tried to just get a sample working > for starters so I made a new Android Proje

[android-developers] Re: Android Emulator -- Long Wait on Splash Screen, then Nothing

2011-05-25 Thread String
Based on your earlier post, it sounds like you haven't taken the emulator past the lock screen. It's a virtual tablet, so you have to unlock it when you first start it: drag the padlock to the outside of the circle. Then you can run apps (like "Hello World" on it). But generally, as others have

[android-developers] Multiple databases

2011-05-25 Thread kypriakos
An easy question - you can create and include multiple databases in the assets directory of an Android app? I had one database in there and it worked fine. I created a new one and Eclipse ADT won't create an apk file at the end of Clean/Build Project. Thanks -- You received this message because

Re: [android-developers] How can I connect my android emulator to the internet????

2011-05-25 Thread TreKing
On Wed, May 25, 2011 at 8:45 AM, sandip gharate wrote: > How can I connect my android emulator to the internet Run it on a computer that is connected to the interwebs. - TreKing

Re: [android-developers] Orientation

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 9:43 AM, Gryphon wrote: > If anyone has any ideas how to prevent this or where the bug may be coming > from, I would appreciate a nudge in the right direction. > You'll have to provide more than "it throws an error" if you expect anyone to know where your bug is coming fr

Re: [android-developers] Re: Android Emulator -- Long Wait on Splash Screen, then Nothing

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 8:17 AM, dpapathanasiou < denis.papathanas...@gmail.com> wrote: > Do I need to switch down to an earlier version? > If you want it to be usable. > Is 2.3.3 the best version to use now? > Define "best". 2.2 is still the most prevalent: http://developer.android.com/resour

Re: [android-developers] ListView Issue

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 1:18 PM, bhima santosh wrote: > I want to have a listview with each row having a button,textview and image. > Can anyone tell how to go abt it > Step 1 would be "Read the documentation." -

Re: [android-developers] Problem Starting in Eclipse

2011-05-25 Thread TreKing
On Mon, May 23, 2011 at 8:44 PM, Kyban wrote: > it says there's an error in the top folder but I can't seem to figure out > what's wrong > If that's the extent of the information you have to provide, you're never going to get any help ...

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Chris Stratton
On Wednesday, May 25, 2011 4:17:17 PM UTC-4, DanH wrote: I think you're getting the gist of it. It's always hard to tell how > much impact these "limiting decisions" will have in the future (and > there will always be differences of opinion about them), but certainly > they're there. Persona

Re: [android-developers] what can test account do?

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 4:23 AM, boluo wrote: > what can we do with a test account? > if we upload an app without "publish" but just "save", what can we do > with a test account? > Test LVL and in-app billing, AFAIK. I haven't used either so this may be completely wrong. ---

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Doug
On May 25, 1:17 pm, DanH wrote: > Usually the platform will coast along under the momentum of existing > apps and users for awhile, but sooner or later the costs make it more > feasible (for both vendor and customer) to dump the old and switch > rather than to keep going.  Some vendors (not to be

Re: [android-developers] editable toast

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 2:26 PM, Neri Martinez wrote: > when i press certain button, i have to show something like a toast, but it > has to have an editText control with 2 buttons. > one button get the text inserted in the "toast" and another is a cancel > button. > the question is if exist any co

Re: [android-developers] in- app billing

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 4:59 AM, Mithun wrote: > 1. is it possible for me to control the pricing using 'in-app billing' ? > No. > 2. once i publish the app, is it possible to change the price? > Yes. Don't make it free though - then there's no going back. ---

Re: [android-developers] Saving User Settings Internal Differences between Android 2.2 and before versus 2.3 and later.

2011-05-25 Thread TreKing
On Mon, May 23, 2011 at 6:32 PM, Grow Brothers wrote: > one Activity will write a user setting and then launch another activity, > whereas the newly launched activity will read that user setting and then > operate on it. > IDK about your actual problem, but it sounds like you should be putting th

[android-developers] Re: NFC: Android Samsung nexus as Smart Cart Reader

2011-05-25 Thread Michael Roland
Hallo bebenza, yes, you can use the Nexus S to communicate with various types of contactless smart cards. Besides MIFARE, FeliCa and some other memory card protocols, the Nexus S also supports IsoDep (APDU based communication on top of ISO 14443-4). If you can use the Nexus S to communicate with

RE: [android-developers] Re: new to android

2011-05-25 Thread Tommy
It would also help to have an understanding of Java or at least some type of OOP experience... If you have none I'd start with learning some basics of java and OOP. Or if you are a fast learner just go through the tutorials and examples. -Original Message- From: android-developers@googleg

[android-developers] Re: new to android

2011-05-25 Thread Ali Chousein
http://developer.android.com/sdk/index.html Everything is explained on this web site. Good luck and enjoy it. -- 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 unsu

Re: [android-developers] Re: Total and Active Installs.

2011-05-25 Thread String
On Wednesday, May 25, 2011 3:52:23 PM UTC+1, TreKing wrote: As close as you'll get. Still leaves a lot of questions unanswered. > > http://www.google.com/support/androidmarket/developer/bin/answer.py?hl=en&answer=139628 > > Cool, I hadn't seen that. That narrows the Active number down a bit,

[android-developers] Re: Two issues saving heap dumps...

2011-05-25 Thread MarcoAndroid
Strange that you get the heapdump opened in a textfile when you generate it from Eclipse. Did you actually install the MAT plugin? It's not in the standard Android SDK-with-Eclipse setup. Note that the hprof file always appears in the same dir, just with a different timestamp. So you can get it li

Re: [android-developers] new to android

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 2:08 PM, Hadi Al-Zawad wrote: > I'm new to android world and I want to know what to download on my computer > to start making apps > Android has a website for developers. This website has instructions. Find that website and follow those instructions. > do i need an exper

[android-developers] Re: What did you use to create your launcher icon for your app?

2011-05-25 Thread String
If you already have and know Photoshop, I don't doubt that it's an excellent choice. Or if you can easily afford Photoshop, I don't doubt that it's easier to learn than the GIMP, and that there are more/better resources around to help you. If you're on a budget, and are starting from scratch, I

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread DanH
> While I would agree that there are some unfortunate and limiting decisions > in the design of android (but maybe not agree with you about which those > are), I'm not sure that this actually matters that much in the long run. I think you're getting the gist of it. It's always hard to tell how mu

Re: [android-developers] Reusable code

2011-05-25 Thread TreKing
On Wed, May 25, 2011 at 12:26 PM, Tommy wrote: > So far I have copied this method-code into each activity, but there must be > a way to make such a method accessible to all three activities within this > application? > Of course. You could have a base class that does function that the others ext

[android-developers] Re: Debugging Killed Activity

2011-05-25 Thread fadden
On May 22, 6:46 pm, Kevin wrote: > Anyway, it crashes while restoring the state, but when it's killed the > debugger detaches, so when it's restarted after the camera is done, I > don't have a debugger to see what's causing the crash.  I know what > function is causing the crash but I can't see th

[android-developers] Re: NFC JNI Error on Nexus S

2011-05-25 Thread fadden
On Apr 20, 1:25 pm, Myroslav Bachynskyi wrote: > 04-16 15:51:32.172: WARN/dalvikvm(567): ReferenceTable overflow (max=512) > 04-16 15:51:32.172: WARN/dalvikvm(567): Last 10 entries in JNI local > reference table: [...] > 04-16 15:51:32.215: ERROR/dalvikvm(567): VM aborting This much is due to a b

[android-developers] Re: help: all threads have the same pid, tid, same priority

2011-05-25 Thread fadden
On May 25, 4:49 am, redmapleleaf wrote: > I was expecting that all the threads should have different tid but > they are all of the same. Also it seems that they don't have the low > priority from my main activity as my GUI freeze every time the thread > start receiving data or start to process the

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread jtoolsdev
And it's probably a good idea to acknowledge that we have an Android "gold rush" going on at the moment so the market will be flooded with Android developers. And it will be difficult for those in the position of hiring to sort out who knows what they are doing and those who don't. As far as how

[android-developers] Twitter for Android App

2011-05-25 Thread quique123
Wow, Ive been trying to get a simple Android Twitter app to work but its been impossible. I come from an iOS background. Im currently trying to make these work: 1. MyTwitter app from Marakana. http://marakana.com/forums/android/examples/312.html 2. Marakana Simple OAu

Re: [android-developers] What did you use to create your launcher icon for your app?

2011-05-25 Thread Miguel Morales
I strongly recommend paying a professional. They'll do a much better job than a typical developer. I paid $30 for an awesome icon using DeviantArt. I would highly recommend this forum: http://forum.deviantart.com/jobs/ On Tue, May 24, 2011 at 5:07 PM, David Albertson wrote: > To be honest, ther

[android-developers] Change Wi Fi transmission parameters

2011-05-25 Thread ricky_bobby
Hello to everybody, I want to connect 2 or more android devices via Wi Fi in a client server paradigm... My question is if I could possibly change some of the transmission parameters. For example the power of the packet transmission, the rate of the transmission or the time that the packets will b

[android-developers] How do I let GMAIL use my external memory

2011-05-25 Thread Guiseppe
Hi Guys, I am not familiar with developing on Android, but I do use GMAIL. Is there a way that I can let GMAIL use my external storage? Thank you in advance, Kind regards, Guiseppe -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Reusable code

2011-05-25 Thread Tommy
Hi, I'm new to android development and I've (not unexpectedly) run into a smal problem. The answer is out there, but it has not been clear to me. I'm making an application with four activities. Activity one spawns the other three into a tabview. Each of these three activites use two methods that

[android-developers] How can I connect my android emulator to the internet????

2011-05-25 Thread sandip gharate
Dear ALL How can I connect my android emulator to the internet Please give me details about Internet connection n How to setup on Emulator? -- Thanks& Best Regards Sandip Gharate Mob.: 9970794401 -- You received this message because you are subscribed to the Google Groups "Android Develope

  1   2   3   >