[android-developers] Re: Unsuccessful in completing a Nexus One purchase

2010-12-03 Thread andrej sarkic
Yes! Been trying for days now. On Nov 18, 2:25 pm, Skip skip.tavakkol...@gmail.com wrote: Hi, My organization's purchasing dept. has not been successful in completing the order for aNexusOnephone. There is an error after the credit card information is submitted. They've tried contacting by

[android-developers] Re: Kill an app / package in API 8 (Froyo)

2010-11-09 Thread andrej sarkic
Could you elaborate on this? On Oct 13, 9:01 am, Jerry Fan jerryfan1...@gmail.com wrote: You can use getRunningTaskInfo compare against getRunningAppProcessInfo. If process of particular component is not in runnAppProcess list, then you know it is deleted. I used this trick to work around the

[android-developers] Re: screen design

2010-08-09 Thread andrej sarkic
you might want to read this: http://developer.android.com/guide/practices/screens_support.html On Aug 9, 1:53 am, A N K ! T ankit.awasth...@gmail.com wrote: i am developing some UI screens.. but i am not getting ..should i make screens for all resolutions or some keywords like things are there

[android-developers] Re: Android to iPhone

2010-07-25 Thread andrej sarkic
Airplay is a pretty decent multi-platform SDK. http://www.airplaysdk.com/index.php It's not quite what you want, though. You have to write for the Airplay Framework, and the look and feel is definitely not native on either platform. On Jul 25, 7:16 am, greg sep...@eduneer.com wrote: You may

[android-developers] Re: A problem about -rpath-link

2010-04-16 Thread andrej sarkic
You may want to post your question to the Android-NDK list. On Apr 15, 9:45 pm, Ke Wu kerl@gmail.com wrote: Hi all, I got a new clue, in the rpath-link option, could be several paths, and use colon to separate these paths. So, if I want to use windows driver path, I must find out a way to

[android-developers] Re: A problem about -rpath-link

2010-04-16 Thread andrej sarkic
You should read this first: http://developer.android.com/sdk/ndk/index.html On Apr 15, 9:45 pm, Ke Wu kerl@gmail.com wrote: Hi all, I got a new clue, in the rpath-link option, could be several paths, and use colon to separate these paths. So, if I want to use windows driver path, I must

[android-developers] Re: Layout with ScrollView and TextView

2010-04-05 Thread andrej sarkic
Thanks, I will take a look. I would still like to understand though, how this layout works, because it seems to me it contradicts what the documentation states. At least my reading of it, and I'm sure I'm probably missing something. I should not have to set a minHeight, which is in pixels, which

[android-developers] Layout with ScrollView and TextView

2010-04-02 Thread andrej sarkic
Hi all, I want to have a textview (like a console or output window), which scrolls. I saw on this list that the TextView will not scroll on its own unless I wrap it in a ScrollView. So I did that and it worked. The problem is, it seemed no matter what I did I could not get the TextView to be