[android-developers] Re: screen orientation.

2011-06-09 Thread Android K
I meant Dialog box gets stuck and I can't remove the dialog box. On Thu, Jun 9, 2011 at 7:46 PM, Android K interconnectt...@gmail.comwrote: Hello, I am trying to control the orientation from which I start. It works fine if I hold the phone in portrait mode and start my app. Otherwise dialog

[android-developers] Re: Is it possible for TabActivity to have child TabActivity

2011-06-09 Thread Manish Garg
Sorry I didn't get your point. You said that it is not possible to have more than one level. I had used tab widget only for displaying nested level but facing application crash at the time of displaying dialog from the child activity android.view.WindowManager$BadTokenException: Unable to add

[android-developers] Re: SQLite complex query and handling results

2011-06-09 Thread Zsolt Vasvari
Use a WHERE clause so you only get 2 rows returned. On Jun 10, 6:17 am, Emanuele Ricci ste...@gmail.com wrote: Good evening ( for me ), I'm Emanuele a young android developer. I want to share with you my problem because I'm not finding a good solution. I've 3 tables (in reality 5) posts

[android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-09 Thread Zsolt Vasvari
Xoom is absolutely not a US only device. You can buy it in Singapore where I live from official channels. Also, 3.1 still only got the 3 languages which makes your 'reference Honeycomb device pretty useless for localization testing - On Jun 10, 2:28 am, Dianne Hackborn hack...@android.com

Re: [android-developers] Re: Is it possible for TabActivity to have child TabActivity

2011-06-09 Thread Dianne Hackborn
Don't nest activities. Directly use a tab widget to show your tabs, and manually control the content that is shown based on the tab. On Thu, Jun 9, 2011 at 4:53 PM, Manish Garg mannishga...@gmail.com wrote: Sorry I didn't get your point. You said that it is not possible to have more than one

Re: [android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-09 Thread Dianne Hackborn
As I tried to indicate, I only know about the the initial device which was in fact US only. Further software updates to that device are also US only. I don't know about devices being sold in other countries. On Thu, Jun 9, 2011 at 5:19 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Xoom is

[android-developers] Re: How to know the SIM Operator information before LauncherProvider.java execute ( in Gingerbread)

2011-06-09 Thread nabil belhaj
with TelephonyManager class you can gether many infrmations about the SIM the Phone and the OS. On Jun 9, 8:37 am, Abhishek Kumar Gupta akgaec2...@gmail.com wrote: How to know the SIM Operator information before the loadfavorities() method in LauncherProvider.java execute(

Re: [android-developers] How to know the SIM Operator information before LauncherProvider.java execute ( in Gingerbread)

2011-06-09 Thread Dianne Hackborn
Good lord do not use Thread.sleep(5000). Basic thing everyone should think: I see a Thread.sleep(), the code is WRONG. The SIM operator information just is not guaranteed to be available when the device first comes up, it depends on how long the telephony system takes to initialize. You MUST

[android-developers] ContentObserver onChange() repeats multiple times

2011-06-09 Thread Roger
I haven't found any solution for this problem in the bunch of questions and reference I've searched. So here is. I'm trying to query the data from the CallLog and insert in DB. For that, I've created a COntentObserver as inner class in a Service, and inside onChange() method, I call my method

[android-developers] Re: Is it possible for TabActivity to have child TabActivity

2011-06-09 Thread Manish Garg
ohh sorry, my mean to say was that one of the child tab is itself a tab activity On Jun 9, 8:20 pm, Dianne Hackborn hack...@android.com wrote: Don't nest activities.  Directly use a tab widget to show your tabs, and manually control the content that is shown based on the tab. On Thu, Jun

[android-developers] NFC: NDEF messages

2011-06-09 Thread Dominik
I have written an application which reacts on NDEF_DISCOVERED for tags with my propietary mime-type. In case that the application is not yet installed, I would like to open the market (or point to the apk on my server) so that the application which handles the tag can easily be installed.

[android-developers] Re: Is it possible for TabActivity to have child TabActivity

2011-06-09 Thread Manish Garg
getting one more error in this case I am trying to inflate grid view which is one of child activity of the tab activity and parent tab activity is also child activity of another tab activity 06-10 00:52:42.213: ERROR/AndroidRuntime(1218): FATAL EXCEPTION: main 06-10 00:52:42.213:

[android-developers] Re: AdView Overlap

2011-06-09 Thread Emanuel Moecklin
How about a FrameLayout with com.google.ads.AdView android:layout_gravity=bottom|center_horizontal .../ (or wherever you want to position the ad)? Emanuel Moecklin 1gravity LLC -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Updating to ADT 11

2011-06-09 Thread Deepu
I had the same issue. Run eclipse as administrator, uninstall then reinstall. Worked for me. On Jun 7, 8:26 pm, mlybrand mlybr...@gmail.com wrote: It doesn't matter.  None of the four allow me to uninstall: DDMS ADT Hierarchy Traceview It doesn't appear to matter what order or

[android-developers] Background data and Auto-Sync

2011-06-09 Thread newbie
Hi, I am using an HTC desire with Gingerbread installed on it. I have a question on Background Data and Auto-Sync settings. I have my work email (MS exchange) and gmail (IMAP/POP3) set up on the phone. I have set up my Auto-Sync update settings such that my work email updates via Push and gmail

[android-developers] Exchange Over Wifi Error

2011-06-09 Thread Peter Feinberg
I am trying to figure out why I am getting this error using the default mail app on Exchange over Wifi, 3G and4G work just fine. can anyone here see what the issue might be? D/EASClient(14908): [Acc 1]Sync Now D/EASAppSvc(14908): [ NA ]getPhoneStatus: is wifi network D/EAS_NetowrkUtil(14908): [

[android-developers] AsyncPlayer.play(Context context, Uri source, boolean looping, int stream) Looping Forever when looping == false.

2011-06-09 Thread Sean Maddox
Been having this issue on every OS version from 1.6 to 2.3.3; All devices; Whenever source is set to a uri, even with looping set to false, the audio replays forever and even keeps the activity running after using the return (back) button on the phone. Short of using a Task killing app, the audio

[android-developers] Is there any way by which we can change the internal memory capacity of the android emulator?

2011-06-09 Thread vinodgjs
Is there any way by which we can change the internal memory capacity of the android emulator? -- 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

[android-developers] New to Android

2011-06-09 Thread goAndroid
I encounter a crash java.lang.NullPointerException whenever I run my app. please help: -- package Botton.radio; import android.app.Activity; import android.os.Bundle;

[android-developers] Where to start from for Internet Radio on Android

2011-06-09 Thread Mohammad
Hi, I need to develop an internet audio stream playback application. I do not know where to start from. My target is Android Froyo on TI's DM3730 Can somebody help or give me a pointer? Kindest Regards, Mohammad -- You received this message because you are subscribed to the Google Groups

[android-developers] UI using java code

2011-06-09 Thread Prakash
Hi, I am new to android development. I am currently woring on creating UI using java codes. I cant able to create a child layout for its parent(Relative layout inside Linear layout). Please any one help me out to solve this problem. -- You received this message because you are subscribed

[android-developers] Google Music on Android 2.2

2011-06-09 Thread Mohammad
Is it possible to have Google music support on Android 2.2? Where I can find the necessary APIs and references? Mohammad -- 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] Web service

2011-06-09 Thread Bharat Talreja
Hi I am trying to create a application to upload and download your files(sort of taking back-up). can you please suggest me how to proceed, -- 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] Random network error in buy page activity (in app billing)

2011-06-09 Thread smox
Hi, we are preparing to release our app with In-App-Billing but we are experiencing inconsistent behavior of the Market app. After starting the Buy Page activity with the Intent returned from the REQUEST_PURCHASE call we get a 'Network Error' from the Market App in about 2 of 5 tries. In the log

[android-developers] Problem in getting hashkeyFacebook HashKey

2011-06-09 Thread RITESH MEHANDIRATTA
Hi please help i downloaded facebook sdk using github but when i gave the command keytool -exportcert -alias androiddebugkey -keystore ~/.android/ debug.keystore it shows the error NULL Pointer Exception.i know the error is due to absence of debug.keystore in android then i tried and change the

[android-developers] Hi

2011-06-09 Thread vijay Kumar
hi... i am new for android -- 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

[android-developers] Re: How can I know when the home button has been pressed?

2011-06-09 Thread Andy Fung
@Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == KeyEvent.KEYCODE_BACK) { onBackPressed(); return true; } if(keyCode == KeyEvent.KEYCODE_HOME) {

[android-developers] how to save username password in sharedPreferences

2011-06-09 Thread vinodgjs
Hi, can anyone help me how to save a username password in shared preferences.i m new to android. -- 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: In Android, how to get the keyevent of 'home Key' ?

2011-06-09 Thread shunty
action android:name=android.intent.action.MAIN / category android:name=android.intent.category.HOME / category android:name=android.intent.category.DEFAULT / Add this intent filter for the activity you want to invoke on the press of home button. On Jun 8, 1:05 pm, TreKing

[android-developers] Java book (like C KR and C++ Programming Language)

2011-06-09 Thread luciofm
I'm pretty sure this has been asked before, but i couldn't find... I have a C and C++ background and i'm looking for THE java book, like the C Programming Language, best know as KR, for C and the C++ Programming Language by Bjarne Stroustrup for C++. Thanks and sorry for this recurring question.

[android-developers] SRTP in Android

2011-06-09 Thread ilnadi
Does anybody know if the RTP implementation in android, or more specifically the RtpStream class implement the SRTP extensions (RFC3711)? Or if not now, any rumors when Google will add it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Hi

2011-06-09 Thread vijay Kumar
hi.. i am new for android -- 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

Re: [android-developers] In Android, how to get the keyevent of 'home Key' ?

2011-06-09 Thread νιנαソkum
http://iamvijayakumar.blogspot.com/ ... for android On Wed, Jun 8, 2011 at 4:49 PM, Mark Murphy mmur...@commonsware.com wrote: 2011/6/8 Rocky rkjhaw1...@gmail.com: Hi I did some thing on blog please check that -

Re: [android-developers] Create Username and password

2011-06-09 Thread νιנαソkum
Hi... Refer this URL... u can get idea... http://iamvijayakumar.blogspot.com/2010/12/android-customize-dialog-window.html On Wed, Jun 8, 2011 at 5:37 PM, cibin cibin.p.oom...@gmail.com wrote: Can anyone help me in creating username and password in an pop up window(Dialog Box). -- You

[android-developers] Cant download sdk : Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list.xml

2011-06-09 Thread avixt.d
Cant download sdk, I tried http and https both but did not get success. The network is behind proxy, XP is installed in vmware. If I need to configure the proxy in eclipse then please let me know how. plartform: fresh xp sp3 x386 in vmWare please help. -- You received this message because

[android-developers] codec list

2011-06-09 Thread mimi tung
Dear expert I will study the andorid API and try to write a app will query the system capability in android. first step, Want to query Video/audio codec first, but can't find the API. Would you know what API will list the Codec menu in andoird? just like

[android-developers] RFC References in Android

2011-06-09 Thread ilnadi
am looking for a way to map the implementation in the Android platform to RFCs used throughout the industry, in order to document inherent compliance vs. what may need to be added. I understand that the Android SDK, Reference Guide, etc use common names of these RFCs but I was hoping for a more

[android-developers] Application performance slower in Samsung Galaxy S

2011-06-09 Thread srikanth vikkurty
I have designed an application in which before application launches, it has to parse the response obtained for a http request and store it in data base. This process works faster on most of the devices except Samsung Galaxy S. Could anyone suggest an alternative for overcoming the same. -- You

[android-developers] Native SRTP in Android

2011-06-09 Thread ilnadi
Does anybody know if/when android.net.rtp will be extended with SRTP (RFC3711) as part of the package from Google? (as opposed to being extended by one of us :^) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Problem in calling web service

2011-06-09 Thread Gaurav Gupta
Hello everyone! I am trying to call the .net webservices through android application. I have already download ksoap2-android-assembly-2.4-jar-with- dependencies.jar file and put this .jar file in my project under lib folder. I have included this .jar file through the option of Add external jar

[android-developers] Android Camera Streaming through RTP/RTSP Help ?

2011-06-09 Thread Ahmed Salem
Dears, How are you hope my message find you well, I'm working in android project need to transfer Camera image to android phone as online streaming like that http://tinycammonitor.com/index.html When googling for that i found some people try like that

[android-developers] Create/Restore MMS in Android 2.2

2011-06-09 Thread Khawar
Hi, I want to create/restore MMS to my device. Firstly I made backup of MMS, which I have done quiet successfully. Now, I have the data of my MMS. For simplicity, we assume that the MMS was having subject and body only and no attachments. Lets say I delete my MMS and now I want to restore it from

[android-developers] why we need CONTENT_DIRECTORY constant for uptate the content provider

2011-06-09 Thread 邓剑
hi, I'm reading the dev Guide of andriod on session content provider. (http://developer.android.com/guide/topics/providers/content-providers.html) following is the sample code of the document: import android.provider.Contacts.People; import android.content.ContentResolver; import

[android-developers] Android HelloViews- HelloMapviews issue

2011-06-09 Thread Rafael Timmerberg
Hello, I'm going through that tutorial and find a mistake here: http://developer.android.com/resources/tutorials/views/hello-mapview.html the line HelloItemizedOverlay itemizedoverlay = new HelloItemizedOverlay(drawable); has to be changed to HelloItemizedOverlay itemizedoverlay = new

[android-developers] Newbie

2011-06-09 Thread Bharat Talreja
I am new to android development. i want to create a project an application to take back-up or upload and download your files on cloud server. Can anyone please help me with this. Regards Bharat -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Dialog with no Activity?

2011-06-09 Thread jtomasko
On the xoom tablet (3.1), after selecting a notification of a google calendar event, a dialog box (as far as I can tell) opens center screen with options to view the calendar event or dismiss it. According to my interpetation of the Andriod Dev docs, a dialog needs to be activated from an

[android-developers] Content Provider using external file storage (text file)

2011-06-09 Thread André Coelho
I'm trying to code a system for running user studies. I have a webpage and a webservice on top of a user DB. My Android app is a client to run the studies on. I'm use the Account Manager to store user credentials authenticated via the webservice. The point is to then implement a sync adapter that

[android-developers] Problem in calling web service

2011-06-09 Thread Gaurav Gupta
Hello everyone! I am trying to call the .net webservices through android application. I have already download ksoap2-android-assembly-2.4-jar-with- dependencies.jar file and put this .jar file in my project under lib folder. I have included this .jar file through the option of Add external jar

[android-developers] Saving as Bitmap .BMP in android

2011-06-09 Thread PMR
Hi all, I am new to this group...sorry if I make any mistakes:) I want to save a bitmap object as .bmp file...i dont want it to be compressedi may reuse this bmp file back in my app so dont want to do repeated computation of compression and decompression from bitmap to png and again from

[android-developers] Streaming mms into android application

2011-06-09 Thread Robin
Dear All, Is there any way to stream mms(Microsoft Media Service) into android application. If there is then how could we achieve it to play the audio. Any other options is also welcomed Please help. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Not able to get PhoneStateListener events in Service Class.

2011-06-09 Thread lb
Hi I'm not able to see what I'm missing to get CALL_STATE events. Here is what I have and I believe it used to work for me. Last weekend I lost my original working application along with other files :( Please let me know if you spot something in my app: 1. MyService class public MyService

[android-developers] Simulate UI Actions on device

2011-06-09 Thread gorav
I want to simulate keyboard events, touch events on screen. And, I don;t want to have dependency on Android SDK. i.e. I want to deploy apk file on device, which can fire some events. I studied MonkeyRunner, and it seems that I need SDK. Also, it requires python scripts. Is there any java

[android-developers] Java Generics question (Using AsyncTask)...

2011-06-09 Thread luciofm
Hi, I'm having some troubles with generics, trying to get the Type of my Parameterized class??? Let's begin with a working example... class TestClassT { Type type; public TestClass() { type = getSuperclassTypeParameter(getClass()); } static Type

[android-developers] forward button

2011-06-09 Thread chetna pandey
Hi, i am trying to make mp3 media player but i m not getting the way that how to forward the song through coding.can anyone 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] Re: Tiff Codec

2011-06-09 Thread Anurag Singh
Yeah, we can use C function from Android SDK. Please go through with Android NDK which is provided by Google. It's just like using C code from Java using JNI. ~ Anurag Singh On Thu, Jun 9, 2011 at 4:19 AM, Gregory Nash gregnas...@gmail.com wrote: But LibTiff is a set of C functions. Is it

[android-developers] MediaRecorder - video recording with additional info

2011-06-09 Thread AntonK
Hi to all. I'm trying to create some video recorder for Android and add some information to video like DateTime stamp, name, etc. How can I receive video buffer from MediaRecorder and can I add some information to that buffer? Thanks beforehand :) -- You received this message because you are

[android-developers] PDF viewer

2011-06-09 Thread νιנαソkum
Hi... Anybody know android PDF viewersource code -- Nobody can go back and start a new beginning, but anyone can start today and make a new ending - Thanks, Regards, νιנαソαkum@r M BloG:http://iamvijayakumar.blogspot.com/ Mob.No:08792527827(Bglr) Mob.No:09751076707(TN) -- You

[android-developers] Re: Info on 4gb APKs support?

2011-06-09 Thread Guillem Santapau
Hello Andrea, I'm exactly in the same situation. I'm about to develop a 1.5gb app for Android but I can't find any official information about the suposed increase of size limit on the Android Market. I will appreciate if someone can give us more information. Thanks, Guillem On 6 jun, 11:02,

[android-developers] Website-Zooming when screen-orientation changes

2011-06-09 Thread Slapshot
Hello to everyone, I have a little problem, when using WebView in Android 3.0.1. I have a WebView, for which I handle orientation changes by myself, so it won't reload the current site, like mentioned here: http://developer.android.com/guide/topics/resources/runtime-changes.html#HandlingTheChange

[android-developers] How to Create Image List Please help me

2011-06-09 Thread saikrishna
Hello every one I am new to android platform and more over I am student with no much hands on experience with android. I am aware of the basics on how to create lists and other things. Now I want to add Images to my list along with the text. Can anyone please provide with resources that help me in

[android-developers] Welcome Message

2011-06-09 Thread Hamad zidani
Hey, This is Hamad Zidani and i'd like to join to your group Which it has many reference. And me as a student who need an experience in computers and also the language. Because im Arabic and i do my best to speak the correct English. With the god willing and with my conversation with you i'm

[android-developers] Licensing with Google street views?

2011-06-09 Thread Kyle Szklenski
Hi, I'm relatively new to Android dev and was wondering: In a pay-to-play Android app, are there any licensing issues with using Google Map's street views? What, in general, are the restrictions on using stuff like that from the web in paid apps? Much thanks. Kyle -- You received this message

[android-developers] question about Snake game in sample code-- getting the snake tiles on to same coordinate plane as SnakeView

2011-06-09 Thread CresCoJeff
Hello all, I was exploring the Snake game sample code (from the revision 10 directory of the SDK) and found that there was no touch support integrated. I have a Nexus S, so I decided for practice I would add touch control support to the project; my original idea was to put an onTouchEvent method

[android-developers] How can I extends InputMethodService and using its feature without setting system keyboard?

2011-06-09 Thread Wei Zhao
Hi all, I'm using SoftKeyboard to simulate some KeyEvents to application. Everything is done after I had set the system keyboard (LatinKeyboard) in Setting screen. But I don't want to do this Settings action. I want to run emulator with default setting. If I don't set the LatinKeyboard in

[android-developers] How to set send to via sms intend

2011-06-09 Thread Amol
Hi, I have an application that sends a sms. For the same I have written something like below Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.setData(Uri.parse(sms:9960980419)); sendIntent.putExtra(sms_body, The SMS text);

[android-developers] what do you think of interstitial ads on apps

2011-06-09 Thread ad communal
Hi group, I am with adMobix.com, a mobile ad network, and looking at ways to help developers generate ad revenue from their apps. Aside from our SDK for regular banner ads, we were looking at interstitial ads. Interstitial ads are full screen ads that would appear between two pages. For

[android-developers] How to use ListAdapter with Cursor

2011-06-09 Thread Jitendra
hi friends how we use ListAdapter with Cursor and why,because i have done application with ListView , ArrayAdapter and Cursor and the application run successfully so please help me what is effieient use of ListAdapter -- You received this message because you are subscribed to the Google Groups

[android-developers] How to calculate G-FORCE using android 1.6

2011-06-09 Thread rwe
I can get three accelerations using ACCELEROMETER. but i need to calculate the g force value. is there any calculation to get it using these x, y,z values. Thanks. rwe. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Hamad zidani wants to chat

2011-06-09 Thread Hamad zidani
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! --- Hamad zidani wants to stay in

[android-developers] WebKit contentEditable support

2011-06-09 Thread davek1121
When will contentEditable be available in the WebKit browser on Android? -- 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] Video recorded using media recorder android 1.6 is in low quality

2011-06-09 Thread rwe
Hi, I recorded video using media recorder. but it is not in good quality when it play back. I Try lot of combinations with encoring formats. and all. Pls Help me. Thanks, rwe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-09 Thread Davide Ronchi
Hi all. I am about to start an Android development project. I would like some advice before starting with the project. First of all, I have done some research on which phone would be the best to do Android development. I have seen many suggestions, but most people seem to point at the Google

[android-developers] Receive RTSP Stream with RTP over TCP

2011-06-09 Thread pratik
Hi, I have created android application to display RTSP stream using 'VideoView' class. I found that by default 'VideoView' class automatically connect to RTSP server using RTP over UDP. Is there any way by which I can use this application to receive RTSP stream using RTP over TCP? thanks, pratik

[android-developers] Can I get GPS fix?

2011-06-09 Thread Vladimir
Hi I have some problem with GPS satellites. In my app I'm using GpsStatus.Listener and I can find out how much satellites available right now. But even if there are more then 4 of them, it doesn't mean that I can get GPS fix (GPS icon in status bar is blinking). So, here is my question: is there

[android-developers] About converting from 3gp to wav formate

2011-06-09 Thread rohit
Hi, I need to record a voice from MediaRecorder to generate a wav file. i am able to generate 3gp from it. Please give me information about any java API that i can run later on server to convert 3gp to wav. or is there any way to generate wav right from MediaRecorder? -- You received this

[android-developers] building an apk on Android

2011-06-09 Thread corbinlc
Is there any plan to create, even a very simple one, a way to build an .apk for Android from Android? With more reasonably powerful tablets coming out, even with keyboards you can plug into, it would be awesome and useful to be able to do this. While eclipse build for Android would be optimum,

[android-developers] Black square from surface view, when launch IME.

2011-06-09 Thread kazek
Hello. I have surfaceview which I resize on running to cover some part of screen. So I have tab views, in one of tabs I have surfaceview, then button, 2 radiobuttons, and then edit text. My setup is: android:theme=@android:style/Theme.NoTitleBar android:windowSoftInputMode=stateVisible|adjustPan

[android-developers] Detecting Button Clicks

2011-06-09 Thread c0dege3k
I'm writing a simple tic-tac-toe game, with regular buttons making up the grid. What I want to happen is for when one button is clicked, for the turn boolean to switch. There doesn't seem to be a detect-click method built-in, so I was wondering if there was an easy way to solve this problem. --

[android-developers] encrypt internet connection (GPRS) in Android?

2011-06-09 Thread raman singa
I'm going to develop an android application that get some private details of the of the users from facebook through GPRS. I need to encrypt that connection. I need to know how to do this from the beginning. I found this link in my searching and it is not suitable to me as it asks to root my

[android-developers] Like Quartz

2011-06-09 Thread Pierre Diderot II
Hi guys, I'm looking for a feature that wakes up from time to time to make particular actions, I know that there is quartz, but quartz doesn't exists in Android, do anyone have any solution? Thanks a lot!!! -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Aw: How to set send to via sms intend

2011-06-09 Thread A. Kumar
String number = 9960980419; startActivity(new Intent(Intent.ACTION_VIEW, Uri.fromParts(sms, number, null))); and ofocurse dont forget permission uses-permission android:name=android.permission.SEND_SMS/uses-permission -- You received this message because you are subscribed to

Re: [android-developers] How to make enableForegroundDispatch enabled to whole application, not only to an activity?

2011-06-09 Thread Nick Pelly
Hi Xiaoliang, We know this is a little annoying, we are thinking about some improvements for future Android releases, so that you only need to enable foreground dispatch for all activities in an application, and not for every activity. For now you have to enable it in every activity. Cheers,

Re: [android-developers] Detect a NFC tag removal

2011-06-09 Thread Nick Pelly
As per other responses, you currently need to poll isConnected() on a connected technology object. This is not ideal, and we are considering an intent or callback in a future API version. Cheers, Nick On Wed, Jun 1, 2011 at 8:47 PM, Dean Brotzel dean.brot...@gmail.com wrote: Is it possible to

Re: [android-developers] NFC P2P pattern: Receive first, via NPP, and respond after also via NPP

2011-06-09 Thread Nick Pelly
The current NPP API's do not encourage the use of NPP for challenge/response. However you can use NPP to exchange enough information to switch to Bluetooth, for which we have public API's for an RFCOMM channel. Cheers, Nick On Mon, May 30, 2011 at 1:02 PM, André Cruz andrefc...@gmail.com wrote:

[android-developers] Can I use a real phone and emulator in eclipse?

2011-06-09 Thread Migazan
Hi, Can I use a real phone instead of a virtual device to develop in eclipse? -- 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] Re: Can I use a real phone and emulator in eclipse?

2011-06-09 Thread Chris
Yes -- 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] You Are So Remote app revised with Basic4Android

2011-06-09 Thread Thomas
The You Are So Remote app has been rewritten using basic4android. The app uses an android to control a slideshow running on a server. Read the about screen at http://thomasofneedham.com/slideshow/chuhuly/about.html It's available on android market for those who are curious about an android app

[android-developers] Where should the anim folder go now?

2011-06-09 Thread GJTorikian
I was listening to the most excellent Google I/O 2011 talk about the new changes to ADT r11. At one point, Xavier recommends something about moving the animation folder. I didn't catch why, or what the change should be. Right now I have it under res/anim. Is the preference to move it to

Re: [android-developers] Where should the anim folder go now?

2011-06-09 Thread Xavier Ducrohet
Old style animations (pre-3.0) should go in res/anim/ New style animations (3.0+) should go in res/animator/ Xav On Thu, Jun 9, 2011 at 7:23 PM, GJTorikian gjtorik...@gmail.com wrote: I was listening to the most excellent Google I/O 2011 talk about the new changes to ADT r11. At one point,

Re: [android-developers] Like Quartz

2011-06-09 Thread Nikolay Elenkov
On Fri, Jun 10, 2011 at 2:39 AM, Pierre Diderot II pierredide...@gmail.com wrote: Hi guys, I'm looking for a feature that wakes up from time to time to make particular actions, I know that there is quartz, but quartz doesn't exists in Android, do anyone have any solution? Thanks a lot!!! Have

[android-developers] fault about drmserver

2011-06-09 Thread MagicAngle
hi, when i add drmserver to the system, i encounter a problem when it starts. the message is below: 6[ 937.475852] drmserver[3478]: segfault at 14 ip 80431753 sp bfcffef0 error 4 in libutils.so[8040+43000] 5[ 937.476550] init: process 'drm', pid 3478 exited 5[ 937.476784] init: process

Re: [android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-09 Thread Mark Carter
Are we talking about two different things here? Font support and locale (?) support? I can understand why a US-only device would not need to ship with support for locales like Japanese and Thai, but there is a stronger argument to include Japanese and Thai fonts (space permitting) because they

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

2011-06-09 Thread Musertech
I atleast can expect some response on a GOOGLE group pls? On May 26, 6:39 am, Musertech musert...@gmail.com wrote: Some additional info, the device name is HTC MyTouch 4G Can anybody help please On May 22, 3:56 pm, Musertech musert...@gmail.com wrote: Hi, I have developed an

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

2011-06-09 Thread Kumar Bibek
Have you checked if that is supported on Android or not? I don't think so. http://developer.android.com/guide/appendix/media-formats.html If it plays, it plays, if it doesn't, the player has decoder problems *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com

Re: [android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-09 Thread Dianne Hackborn
They do ship with font support for most languages. Note that this is complicated though because for example Chinese vs. Japanese fonts have different glyphs for the same Unicode code point. On Thu, Jun 9, 2011 at 8:33 PM, Mark Carter mjc1...@googlemail.com wrote: Are we talking about two

[android-developers] Re: How to get manifest values?

2011-06-09 Thread Doug
On Jun 9, 5:05 am, Ashok Jeevan ashokjee...@gmail.com wrote: I need to get MIME type values from the manifest file in an Activity class. Is there any way to access values from the manifest? Maybe you could instead reference a string resource instead in both the the manifest and the code that

Re: [android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-09 Thread Nikolay Elenkov
On Fri, Jun 10, 2011 at 1:08 PM, Dianne Hackborn hack...@android.com wrote: They do ship with font support for most languages.  Note that this is complicated though because for example Chinese vs. Japanese fonts have different glyphs for the same Unicode code point. How is this handled in

Re: [android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-09 Thread Dianne Hackborn
Currently at build time one of them must be selected. On Thu, Jun 9, 2011 at 9:24 PM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Fri, Jun 10, 2011 at 1:08 PM, Dianne Hackborn hack...@android.com wrote: They do ship with font support for most languages. Note that this is

[android-developers] Android 3.1 is too slow

2011-06-09 Thread Raja Nagendra Kumar
Hi, Android SDK simulators are dead slow even on i7 machines with 16 GB ram.. How does others manage to use it for development.. Are there any tweeks and tricks.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: problem with ontouch of surfaceview

2011-06-09 Thread grace
I am using view.VISIBLE and View.INVISIBLE to make the layout show and hide my onTouch looks something like this public boolean onTouch(View v, MotionEvent event) { int id = v.getId(); int i = event.getAction();

<    1   2   3   >