[android-developers] Re: Get Problems with Google Map V2 SupportMapFragment in a Viewpage

2013-01-08 Thread John Spartan
ok, i tried it on this way, here my codes: FragmentActivity [code] *public class MainActivity extends FragmentActivity { SectionsPagerAdapter mSectionsPagerAdapter; ViewPager mViewPager; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] Get Problems with Google Map V2 SupportMapFragment in a Viewpage

2013-01-08 Thread John Spartan
ok, i tried it on this way, here my codes: FragmentActivity [code] *public class MainActivity extends FragmentActivity { SectionsPagerAdapter mSectionsPagerAdapter; ViewPager mViewPager; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Maps API v2 and WRITE_EXTERNAL_STORAGE permission

2013-01-08 Thread Jamie
The official documentation for MAPS API v2 states the following: Besides permissions required by other parts of your application, you must add the following permissions in order to use the Google Maps Android API: -

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-08 Thread David Asta
Thanks very very much to all people that has replied me so quickly. You have all helped me in different ways. I have yet to implement a new encryption method, but I understand now that my code wasn't very good (thanks Nikolay for pointing it out). It's a bit shocking though, that Android isn't

[android-developers] Hi everyone! Having doubt regarding internet speed test app

2013-01-08 Thread geek . emp25
Hi! I just learned android about one month and developed two small projects on that and now iam trying to do new project that checking internet speed. But i dont know where to start and is it possible to do that? And i cannot afford financial investment on that App if any needed.if not then

[android-developers] How to build standalone qemu 64bit executable files on linux platform?

2013-01-08 Thread Mike Yeh
Dear All, I need to have 64bit qemu emulator exe files for running x86 system image. The instruction shows that I can type *./android-configure.sh --try-64 --static* to build 64 bit qemu emulator.exe. However the emulator64-x86 ELF file and emulator-arm ELF file still don't generate. Could

[android-developers] Is it possible to detect the 3g power state?

2013-01-08 Thread Sajal Kayan
Regarding : http://www.research.att.com/export/sites/att_labs/library/image_gallery/articles/2011_Jan-Mar/201103_ARO_state_machine.png Is it possible to detect what state the 3g radio is currently in from the app? I want to know(and log) the state before I do some socket activity to better

[android-developers] Re: Type 4 Nfc Forum Tag Emulation Question

2013-01-08 Thread Sachin Dhivare
Hello bjthe4th, I just want your help regarding the emulation of Type 4 Tag on Android ICS. My emulated Type 4 tag is successfully activated in layer 4(14443-4).Now i want to make it NDEF compatible. How to do it? Please help regarding it On Friday, October 28, 2011

[android-developers] Preference-header Example

2013-01-08 Thread Samantha
Hi, I just have a quick question. I am trying to make a settings page using the preference-headers and the preference fragments, which worked, but my problem is that I would like to have preference categories on my for my headers just like in Figure 4 on the Android developer page (

[android-developers] Android Network Application Service

2013-01-08 Thread Sathyam Doraswamy
I have created an android application that runs a background service that does the following : 1) Asks a UDP server to send 100 packets to it 2) Receives packets in a while(true) loop 3) setSoTimeout is used so that the receive times out after 5 minutes and gets out of the loop The above

[android-developers] Binding Widgets in Custom Launcher

2013-01-08 Thread Shawn
I'm having some issues adding widgets to the homescreen in a custom Launcher I've been working on. I've been able to generate a list of widgets to add with an AppWidgetManager and I've developed the workflow for adding the widget to my home screen. The code is not quite what is below but

[android-developers] Android 4.0.4 as USB Host: USB OTG, UsbManager lists up only some connected USB devices but not all

2013-01-08 Thread Salim
Hi, I've been googling the web about this issue for hours and tried many different things, but I couldn't find any solution yet. I've an Android Tablet version 4.0.4 and Kernel version 3 with USB OTG support. I simply want to get access to connected USB devices via the Android USB-Host API

[android-developers] Is there anyway to test Battery performance for Native application

2013-01-08 Thread Sheyan Rizfee
-- 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, visit

[android-developers] OpenGL Tutorial

2013-01-08 Thread Justin Wiley
Hey guys, I'm I guess what you would call an aspiring Android developer. I'm running through the tutorials trying to get a basic handle on things before I go out into the wild and try to brute force my way through my first app. In other words, if I seem like I am confused, chances are I am.

[android-developers] Automating security login on enterprise

2013-01-08 Thread David Fogel
Hello to all .I'm in need of automating the android login on android I have android 4.0.3 installed on a machine and need to run some automated tests that require several reboot. Since the tests are automated,It's not possible for me to input the lock password every time. Is there a way for the

[android-developers] Android PDF Support!

2013-01-08 Thread Kumail Raza
Android dont have any PDF builtin library for manipulating and creating PDFs, After a long searching over open source library for android, as I have to create an app for Reading PDF files, converting to image, using cropBox, and other functionality, fast rendering, selecting and highlighting!

[android-developers] Re: Android Memory Management

2013-01-08 Thread Kumail Raza
Everything have some solution, just have to think, have to use some tactics, techniques, approaches, as for my suggestion one thing you can do. Save each form in sqliteDB after that on final form submission, simply run the process for creating PDF. -- You received this message because you are

[android-developers] how to ad banner advertisements to calls and text messages

2013-01-08 Thread Sililo Masifilo
want to be able to find an api to detect phone call or text message and input an ad banner. -- 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] Help.!!! Project on data synchronization

2013-01-08 Thread Suhail Ahmed
Hello, I am student of university, I am doing project on cloud computing. My task is to provide an android application which can sync data on the cloud. Data may be contacts, photos, videos, documents and other kind of data like dropbox is doing. And cloud server would be local server. So,

[android-developers] Video editor API

2013-01-08 Thread Simon Buckle
I have a question about the Android SDK (for Jellybean). In the Android source tree there is a 'videoeditor' package ( https://github.com/android/platform_frameworks_base/tree/master/media/java/android/media/videoeditor) yet when I try to import the classes in this package into my project, they

[android-developers] How to avoid useless getView in GridView

2013-01-08 Thread William Guy
I have tested GridView behavior in getView() , and i got: 01-08 11:18:55.925: E/getView(4113): Position: 0, Child Count: 0, ConvertView: Null 01-08 11:18:55.945: E/getView(4113): Position: 0, Child Count: 0 01-08 11:18:55.955: E/getView(4113): Position: 1, Child Count: 1, ConvertView: Null

[android-developers] Android launcher icon sizing phones/tablets

2013-01-08 Thread Adam Šimek
Hi, please how can I get correct sizes for launcher icons on both tablets and phones.. In guidelines is written that icons should be 48dp, but on tablets they seems to be 72dp..I asked the same question on stackoverflow yesterday and still not satisfying

[android-developers] How to avoid useless getView in GridView?

2013-01-08 Thread William Guy
I have tested GridView behavior in getView, and i got: 01-08 11:18:55.925: E/getView(4113): Position: 0, Child Count: 0, ConvertView: Null 01-08 11:18:55.945: E/getView(4113): Position: 0, Child Count: 0 01-08 11:18:55.955: E/getView(4113): Position: 1, Child Count: 1, ConvertView: Null

[android-developers] Dozens of webviews, or something else?

2013-01-08 Thread peppergrower
I'm very new to Android, and starting on my first app. I've gotten the basics working, but I'm not sure how to lay out the next part of my app. My goal is to show short bits of content (several paragraphs each), each of which comes to me from the API as HTML. My first thought was to use a

[android-developers] How can I connect my Samsung Galaxy S Blaze to my Computer for testing?

2013-01-08 Thread Taylor Ringo
Hi I'm to mobile development(Android is my first platform), and I've been having trouble connecting my device for testing. So can someone explain to me in basic terms how to connect my android phone for Testing? I can't get my drivers installed and I don't know how to work the ADB -- You

[android-developers] how to program to connect wifi AP from android mobile with EAP style?

2013-01-08 Thread stone thousand
Dears: While I am a normal user of android 4 mobile,I can access wifi with EAP by inputting userID and password. But when I am develper, I can not find any standard API from android.net.wifi to connect by EAP. I only can find some hack-like method with link below:

[android-developers] Android image overlay on camera feed, overlayed image should be resizeable, movable and duplicatable too.

2013-01-08 Thread SundarRaj Lakshmanan
Hi, I am new to android. I am developing an augmented reality related application. I need image overlay on top of a camera feed. I should be able to select images from gallery to overlay it on the camera feed. Image should be moveable across the screen, can resize it, create a copy of it and

[android-developers] Re: Sending GPS coordinates to a server

2013-01-08 Thread Sohail Ahmed
Hey Bhuvan i have the same project like yours , I m also very new in Android Development but somehow i have managed my android app to send the cordinates to my server but still have some issues in it which we can discuss with each other. Add me sulp...@gmail.com see my post from here :

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread ss04091993
hi spike, As rajan post output of web service when returning dataset. Actual problem: I am creating a web service in net which returns Dataset in XML format. Using KSOAP i am calling web service methods to get dataset which retuns Dataset. Webserice response stored in a string variable. So

[android-developers] Android application - Image overlay

2013-01-08 Thread SundarRaj Lakshmanan
Hi, I am new to Android development. I am looking for an application which overlays an image on top of a camera intent view, further the image can be moved anywhere in the screen inside the camera view, should be able to resize it and finally need capture the screen and save it. I would

[android-developers] Bidirectional synchronization between SQLite and SQL server

2013-01-08 Thread srooth
Hi, I have an urgent requirement. I need to do a bidirectional data synchronization between SQLite db in the Android device and a central SQL server. For this which is the best method? *Creating a web service or using the MicroSoft sync framework?* Kindly suggest the best method and please

[android-developers] how to program to connect wifi from android mobile with android API by EAP style

2013-01-08 Thread stone thousand
hi guys I have asked this question in 12/31/2012,but I can not find it now,maybe post was not success,so question again. I can access wifi from my mobile with EAP style through inputting username and password manual in menu setting. Now I want to program to access wifi(EAP) with standard

[android-developers] how to program to connect wifi AP from android mobile with EAP style?

2013-01-08 Thread stone thousand
Dears: While I am a normal user of android 4 mobile,I can access wifi with EAP by inputting userID and password. But when I am develper, I can not find any standard API from android.net.wifi to connect by EAP. I only can find some hack-like method with link below:

[android-developers] Re: android:attr/activatedBackgroundIndicator isn't working

2013-01-08 Thread ThirtyOne34
Hello Vadim! Have you already found a solution? I had the same problem... But I solved it! I did 2 things: 1. I added `android:background=?android:attr/ activatedBackgroundIndicator` to my Custom Row layout. I don't know about the android.R.layout.simple_list_item_activated_1 style,

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread ss04091993
same problem with me, if u have any solution then plz send to me.. mail id:ss04091...@gmail.com thanks On Friday, August 17, 2012 2:15:12 PM UTC+5:30, Rajan wrote: I am getting this kind of response *

[android-developers] Re: Enabling sync in Android Emulator

2013-01-08 Thread Sathira Ruwanpathirana
Yes, I have the same problem. And I want it for testing my android licensing service. But it always says that the application's license is expired. Then I saw that my admin accounts sync is off I added to the emulator. But it says in the developer guide that it is able to run the license check

[android-developers] how to program to connect wifi from android mobile with android API by EAP style

2013-01-08 Thread stone thousand
hi guys I have asked this question in 12/31/2012,but I can not find it now,maybe post was not success,so question again. I can access wifi from my mobile with EAP style through inputting username and password manual in menu setting. Now I want to program to access wifi(EAP) with standard

[android-developers] Backup Manager not working on HTC Desire running Android 2.2

2013-01-08 Thread Amy Phillips
I'm developing an Android app and would like to use BackupAgentHelper to backup my application data. I have followed the instructions at http://developer.android.com/guide/topics/data/backup.html. It works fine on my AVD emulator running Android 2.2, but not on my real phone. On my phone

[android-developers] AVD GPU acceleration on Ubuntu/Linux w/Intel graphics? (Or OpenGL ES somehow?)

2013-01-08 Thread Rene Horn
Has anyone been able to successfully get an AVD emulator to successfully run with GPU acceleration turned on with Ubuntu or Linux with an Intel graphics chipset (mine, specifically, is the GM965)? I tried running it, but it just sits there blank, and never starts up. At the moment, I have to

[android-developers] Re: release androids json.org reimplementation as standalone software

2013-01-08 Thread Thomas Koch
On Jan 4, 4:15 pm, Thomas Koch tho...@koch.ro wrote: I've been pointed to androids reimplementation[1] of Crockfords evil json.org. I just noticed that the reimplementation is not complete. While trying to build GWT with androids json.org I'm missing org.json.Cookie. Do you have any plans to

[android-developers] error when rendering bitmap on Soft Keyboard

2013-01-08 Thread Тимур Гайсин
I want draw bmp file on my own soft-keyboard. Soft keyboard working successully. My Draw class: public class Keyboard_Draw extends SurfaceView implements SurfaceHolder.Callback { public Keyboard_Thread mKeyb_Thread;private SurfaceHolder mHolder;private static final String TAG =

[android-developers] release androids json.org reimplementation as standalone software

2013-01-08 Thread Thomas Koch
Hi, I've been pointed to androids reimplementation[1] of Crockfords evil json.org[2]. I'll package it for Debian and already made a git subtree split of the code[3]. Maybe you might reuse my split and release the library as standalone software and upload it to maven? In any case thank you for

[android-developers] Android Development LogCat

2013-01-08 Thread MailerDaemon
Hi, I'm trying to debug my application on my Huawai Acend G330. But I can not figure out how to use LogCat the Application starts but all that logcat is saying: info: log device is empty! even if i type adb logcat in the console this info is shown. Under DDMS I seleced my device and adb also

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2013-01-08 Thread Tim Bocek
Sorry to resurrect this topic, but I am hitting this and none of the above solutions appear to work: -Already running Eclipse 3.7 (installed as part of the android sdk package, so I assume everything is compatable) -No resource filters in place -I don't have anything in my project regarding

[android-developers] Android Development LogCat

2013-01-08 Thread MailerDaemon
Hi, I'm trying to debug my application on my Huawai Acend G330. But I can not figure out how to use LogCat the Application starts but all that logcat is saying: info: log device is empty! even if i type adb logcat in the console this info is shown. Under DDMS I seleced my device and adb

[android-developers] Re: OpenGL regular

2013-01-08 Thread Thomas Jakway
I don't think so. OpenGL ES isn't so much training wheels as it is a design paradigm- its about maximizing speed over extra features. Even major, highpowered platforms (like the Playstation 3) still use OpenGL ES despite, to the best of my knowledge, having the computing power to run OpenGL.

[android-developers] Add your own locations to the app, with the new Map Mark, and My Places.

2013-01-08 Thread tinem
On this site https://play.google.com/store/apps/details?id=com.tripadvisor.android.apps.cityguide.copenhagen - Nyheder is mentioned Add your own locations to the app, with the new Map Mark, and My Places. Someone know what this is and where to read more about it, please? Have send a

[android-developers] How long is the pending stage after you have paid for the Android Developer Registration?

2013-01-08 Thread Blake Deister
Hello, I have setup an Android Developer account and registered, paid with google checkout and I believe it is still pending. Havent been able to do anything with my account it keeps redirecting me to the registration page as if I hadnt registered. Is this normal does it take like more than 3

[android-developers] Question about Android Tabhost

2013-01-08 Thread ignorant
I m new in android development so I would like to ask about tabhost. I m practicing how to make an application that has a tabhost ... my problem is that when I click the button that will send you to other class the tabhost will disappear and i dont know whats the code to make the tabhost

[android-developers] about tabhost

2013-01-08 Thread ignorant
I have tabhost with multiple activities, in first activity i have button when i click this button, i need to display second activity without loosing my tabhost and header, once i get my second activity in this also i have 2 button when i click first button, it should go back to my first

[android-developers] Getting user informations

2013-01-08 Thread Cyril Vlaminck
I'm trying to obtain user personal data written in his 'Me' contact. So I have found that I need READ_PROFILE permission, but when I tried to use ContentResolver.query(), I got an exception. So I need READ_CONTACTS too to make it works. Is there a way to do it without this permission, I feel like

[android-developers] Help on updating and relayouting a view

2013-01-08 Thread Vaidesh
Hi, I am a new Andriod Developer and I am trying to write a very simple activity. The activity uses LinearLayout with vertical orientation. It has 3 controls - button, textview, and another textview. All I want to do is that when the button is clicked, the visibility of the textview in the

[android-developers] Re: External data storage - Best practise

2013-01-08 Thread victor . olex
SlashDB automatically makes RESTful web services from databases so their content becomes accesible to mobile and web applications. Disclosure: I represent the company behind this product. Check it out at http://www.slashdb.com and feel free to contact us with any questions. On Friday, November

[android-developers] Android - SAX and Pull Parser - Performance

2013-01-08 Thread Madhavi Gunda
I am building an android app which gets the xml from a remote url and gets saved in an SD Card location. Xml is relatively big (3 MB - approximately about 3 elements). I need to parse whole document and build a java model out of it.. I used out-of-the box android's SAX and Pull parser

[android-developers] Link to Google Play Application from an WEB PAGE

2013-01-08 Thread SeungMin Lee
Hi, I know how to link users directly to product detail page in Google Play Application from an Android Apps using code below, *market://details?id=package_name* * * My question is, is there any way that link users directly to product detail page in Google Play Application from an WEB by

[android-developers] Re: phonegap + menu + webview crash

2013-01-08 Thread Peter wein.peter
I have got the same issue, did you find any workaround for this bug (besides super.loadurl)? Thanks in advance... -- 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

[android-developers] problem in printing image on bluetooth printer.

2013-01-08 Thread Vaibhav Yerawar
Hi, I am trying to implement printing feature in my Android application. I successfully print text data on bluetooth printer using socket programming but when I am trying same with images, I can get garbage code. I am trying use drivers in my application. Please provide the solution. Thanks

[android-developers] error in running hello android app

2013-01-08 Thread yashika
Hi, when i m trying to run Hello android app following error is occured- invalid command-line parameter: files\android\android-sdk\tools\imaged. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information plz help me to solve this problem -- You received

Re: [android-developers] Maps API v2 and WRITE_EXTERNAL_STORAGE permission

2013-01-08 Thread Mark Murphy
I haven't tried withholding that permission. You are welcome to give it a shot. I see three possible outcomes: 1. You crash immediately, just as you will if you do not have the uses-feature element for OpenGL ES 2.0, as Maps V2 checks some of this stuff as part of its initialization. 2. You

[android-developers] how to create a app to show an jpg image stored in emulator, through an android app

2013-01-08 Thread yashika
Hi, i m fresher plz help me how to craete an app which shows portion of a jpeg image which is stored in emulator or mobile. and how to store a image in emulator. pls help me. thanks yashika -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-08 Thread David Asta
Hmm, interesting; using* SecretKeyFactory keyFactory = SecretKeyFactory .getInstance(PBKDF2WithHmacSHA1);* (taken from http://nelenkov.blogspot.jp/2012/04/using-password-based-encryption-on.html) gives and exception *NoSuchAlgorithmException* on Android 2.2, but not on 4.2. So I guess I

[android-developers] Re: Maps API v2 and WRITE_EXTERNAL_STORAGE permission

2013-01-08 Thread Spiral123
Personally I would not recommend leaving out the permission and hoping that things work now and in the future. If there is functionality that your client requires from the Maps V2 API then I would recommend to them that they suck it up and include the permission - or at least that they take

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread Krishna Mahadik
Hi, Give me a days time. I am busy right now, will come back to see ur query ASAP. Thanks Regards, Spike On Fri, Dec 28, 2012 at 5:15 PM, ss04091...@gmail.com wrote: hi spike, As rajan post output of web service when returning dataset. Actual problem: I am creating a web service in net

[android-developers] Re: how to create a app to show an jpg image stored in emulator, through an android app

2013-01-08 Thread tom
Are u asked about to store the image in mobile gallary? On Tuesday, January 8, 2013 6:04:53 PM UTC+5:30, yashika wrote: Hi, i m fresher plz help me how to craete an app which shows portion of a jpeg image which is stored in emulator or mobile. and how to store a image in emulator. pls

[android-developers] Re: how to send Image in text file from android to java server

2013-01-08 Thread gc
You can convert the file using Base64 save it as an ASCII file and send it to the server or send it over a web service. On Monday, January 7, 2013 4:20:39 AM UTC-6, ajinkyas...@gmail.com wrote: Hi, I'm new to android and i want to send image in text file from android to java server as fast

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-08 Thread Nikolay Elenkov
On Tue, Jan 8, 2013 at 7:01 PM, David Asta davida...@gmail.com wrote: It's a bit shocking though, that Android isn't as standard as I thought. cases like the ones Nobu Games and Jason are talking about, or even what happened to me, just get me surprised. Now I understand why so many apps on

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-08 Thread Nikolay Elenkov
On Tue, Jan 8, 2013 at 9:40 PM, David Asta davida...@gmail.com wrote: Hmm, interesting; using SecretKeyFactory keyFactory = SecretKeyFactory .getInstance(PBKDF2WithHmacSHA1); (taken from http://nelenkov.blogspot.jp/2012/04/using-password-based-encryption-on.html) gives and exception

[android-developers] Paid app updated free/paid?

2013-01-08 Thread Muhammad Rashid
Hi all, Please explain below scenario: I buy paid app for 1.49$, after 2 weeks an update of that paid app comes on Google Play, then will my app update automatically or do i have to pay another 1.49$ for this updated version? Kind Regards, Muhammad Rashid -- You received this message

Re: [android-developers] Paid app updated free/paid?

2013-01-08 Thread Mohamed KARAMI
It will be updated with no charges. __ Mohamed Karami Wanamlite.com SmartMaroc.com On Tue, Jan 8, 2013 at 2:35 PM, Muhammad Rashid muhammad.rash...@gmail.comwrote: Hi all, Please explain below scenario: I buy paid app for 1.49$, after 2 weeks an update of that paid app

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-08 Thread David Asta
Thanks a lot Nikolay! I can see the list from 2.2 and 4.2 differs quite a lot. The one you mention is indeed in the list. Funny enough in 2.2 is named as PBEWITHSHA256AND256BITAES-CBCBC and in 4.2 as PBEWITHSHA256AND256BITAES-CBC*-*BC, though I guess is exactly the same, but then I'll have to

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-08 Thread David Asta
PBEWITHMD5ANDDES is also common and with exact name. -- 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

Re: [android-developers] Maps API v2 and WRITE_EXTERNAL_STORAGE permission

2013-01-08 Thread Jamie
I think it's definitely option 3, as everything appears to work but I then live in fear that it can die at any random point in the future. I think I'll give the client the option with a strong opinion that they really should include it and if they take the risk to exclude that is up to them!

[android-developers] Re: How to avoid useless getView in GridView

2013-01-08 Thread Streets Of Boston
It probably has something to do with the scrap-head, where recycled views are stored. I wouldn't worry about it too much. On Monday, January 7, 2013 11:57:04 PM UTC-5, William Guy wrote: I have tested GridView behavior in getView() , and i got: 01-08 11:18:55.925: E/getView(4113): Position:

[android-developers] Re: How to avoid useless getView in GridView?

2013-01-08 Thread Streets Of Boston
See my answer in your earlier question in this group. On Tuesday, January 8, 2013 12:04:38 AM UTC-5, William Guy wrote: I have tested GridView behavior in getView, and i got: 01-08 11:18:55.925: E/getView(4113): Position: 0, Child Count: 0, ConvertView: Null 01-08 11:18:55.945:

[android-developers] Re: error in running hello android app

2013-01-08 Thread bob
Fixed in r13. Update your SDK Tools? On Tuesday, January 8, 2013 6:28:40 AM UTC-6, yashika wrote: Hi, when i m trying to run Hello android app following error is occured- invalid command-line parameter: files\android\android-sdk\tools\imaged. Hint: use '@foo' to launch a virtual device

Re: [android-developers] Re: hi friends

2013-01-08 Thread bob
*duration* How long to display the message. Either LENGTH_SHORThttp://developer.android.com/reference/android/widget/Toast.html#LENGTH_SHORT or LENGTH_LONGhttp://developer.android.com/reference/android/widget/Toast.html#LENGTH_LONG On Monday, January 7, 2013 10:19:24 PM UTC-6, sree wrote:

[android-developers] Re: HI!, please try my new game!!!

2013-01-08 Thread Lew
keken wrote: httρs://play.gооgle.cоm/store/apps/details?id=cоm.keken.whack It's free and fun.Download it now. Not on a bet. Too many exclamation points. Not enough explanation. -- Lew -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to add AdMob

2013-01-08 Thread bob
Please see this: https://developers.google.com/mobile-ads-sdk/docs/ Add this: * activity android:name=com.google.ads.AdActivity* * android:configChanges=keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize/ * * * And this: * uses-permission

[android-developers] Re: Need help with AVD

2013-01-08 Thread Asaf Nassi
yes, I am, I using Eclipse-ADT and the android-sdk is r21 there isn't samsung galaxy s3 in the list On Monday, January 7, 2013 4:56:26 AM UTC+2, rober...@live.com wrote: There should be some preset ones already on there. Are you using Eclipse? -- You received this message because you are

[android-developers] Re: Help regarding talking tom application

2013-01-08 Thread bob
Maybe use voice recognition and then Text To Speech? On Monday, November 12, 2012 1:24:51 AM UTC-6, santosh kumar wrote: Hello All, I want to develop an application similar to talking tom, does anyone have source code for that application or any link pls share.

[android-developers] Re: Hi everyone! Having doubt regarding internet speed test app

2013-01-08 Thread Lew
geek@ wrote: I just learned android [sic] about one month and developed two small projects on that and now i [sic] am trying to do new project that checking internet speed. But i dont know where to start and is it possible to do that? And i cannot afford financial investment on that

[android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread bob
Is there a way to tell Android whether you want to use OpenGL 1.0 or 1.1? I want to tell it to use 1.0, not 1.1. -- 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

Re: [android-developers] Is it possible to detect the 3g power state?

2013-01-08 Thread Robert Greenwalt
We don't currently get radio power state info. Sorry. On Tue, Jan 1, 2013 at 2:33 AM, Sajal Kayan saja...@gmail.com wrote: Regarding : http://www.research.att.com/export/sites/att_labs/library/image_gallery/articles/2011_Jan-Mar/201103_ARO_state_machine.png Is it possible to detect what

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread Romain Guy
No you cannot choose at such a fine level. Just don't use OpenGL ES 1.1 features. Out of curiosity, why? (I would even recommend you used OpenGL ES 2.0 :) On Jan 8, 2013 7:50 AM, bob b...@coolfone.comze.com wrote: Is there a way to tell Android whether you want to use OpenGL 1.0 or 1.1? I

[android-developers] Re: question about an error

2013-01-08 Thread RichardC
AOSP groups are here: http://source.android.com/community/index.html On Friday, January 4, 2013 11:04:43 PM UTC, mbiuk...@gmail.com wrote: I'm making Android in Ubuntu 12.04, but getting so many errors, Below is the latest one I am getting during build: target Symbolic: libjni_latinime

Re: [android-developers] Re: Unable to resolve host mysite.com No address associated with hostname

2013-01-08 Thread Robert Greenwalt
The error says that the dns server the device is talking to can't resolve the name. It may also mean we can't talk to the dns server. Can you resolve other names (google.com, cnn.com, etc)? Are you on wifi or mobile data? Are you talking to a public dns server? Is your server world accessible

Re: [android-developers] Android Network Application Service

2013-01-08 Thread Robert Greenwalt
You're not giving enough info here. Is the server on a private network or is it world routable? When you say the phone is connected to the PC do you mean tethered, reverse tethered, simple adb connection, etc? Is the server running on the PC or elsewhere? Is the PC network-connected to the

[android-developers] Re: how to fix the error: android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 522) ?

2013-01-08 Thread Nobu Games
The documentation of that exception says: /** * An exception that indicates that an IO error occured while accessing the * SQLite database file. */ Which might be an indication for the following scenarios: - Disk is full - Disk is corrupt - File system is corrupt - File does not

[android-developers] Network Class Loader

2013-01-08 Thread Jan Burse
Dear All, I am just read: Provides a simple ClassLoader implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network. Android uses this class for its system class loader and for its application

[android-developers] MediaMetadataRetriever compatibility

2013-01-08 Thread Grzegorz Patynek
Hey, i would like to have MediaMetadataRetriever compatible with android api level 8, but it is added since api level 10. Is there any alternative running it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Network Class Loader

2013-01-08 Thread Mark Murphy
You mean, besides the fact that URLClassLoader doesn't work with Dalvik files (AFAIK) and that loading a library directly from the network is totally insecure? On Tue, Jan 8, 2013 at 12:12 PM, Jan Burse janbu...@fastmail.fm wrote: Dear All, I am just read: Provides a simple ClassLoader

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread bob
Well, I was getting this error: ... called a GL11 Pointer method with an indirect Buffer As a long shot, I was hoping maybe OpenGL 1.0 would just let me use indirect Buffers. Then maybe I wouldn't have to change as much code. On Tuesday, January 8, 2013 10:10:29 AM UTC-6, Romain Guy

[android-developers] Child Canvas Activity Width Reduction

2013-01-08 Thread tma
Greetings, When called via a parent activity the width of my canvas screen is reduced/limited to about half screen. The same code when run as a stand alone app fills the full width of the screen which is what I wish to have also happen when it is merged into the overall package and called

[android-developers] Re: how to send Image in text file from android to java server

2013-01-08 Thread JackN
Whats a java server? do you mean j2ee? On Monday, January 7, 2013 2:20:39 AM UTC-8, ajinkyas...@gmail.com wrote: Hi, I'm new to android and i want to send image in text file from android to java server as fast as possible. So, please could you help me Thanks Regards -- You received

[android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread JackN
why not use xml? On Saturday, January 5, 2013 9:03:01 AM UTC-8, Roman Bugaian wrote: It's simly to send POST reaquest with Lists consisting of BasicNameValuePair, but how to send a pair, where a value is another list of pairs? -- You received this message because you are subscribed to the

[android-developers] I can not choice in eclipse Qvga 240x320

2013-01-08 Thread Antonis Kanaris
I can not choice in eclipse Qvga 240x320 2.7 for small layout.Graphical layout no work...I have message Exception raised during rendering: Index: 1, Size: 1 Exception details are logged in Window Show View Error Log Why? How i fix it? Avd manager is ok. -- You received this

[android-developers] how to get the data which is selected( checked) contacs from CHOICE_MODE_MULTIPLE

2013-01-08 Thread prudhvi p n v
I have read the contacts with a check-box listview After selecting the contacts and on pressing a button , i want to get the checked/selected items .. Any one could help me with writing a setclickonlistener() button for getting all the selected contacts -- You received this message because you

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread a1
W dniu wtorek, 8 stycznia 2013 18:39:38 UTC+1 użytkownik bob napisał: Well, I was getting this error: ... called a GL11 Pointer method with an indirect Buffer As a long shot, I was hoping maybe OpenGL 1.0 would just let me use indirect Buffers. Then maybe I wouldn't have to change as

Re: [android-developers] Network Class Loader

2013-01-08 Thread Kevin Duffey
couldn't you download a jar or class file other ways then use this to load it? On Jan 8, 2013 9:19 AM, Mark Murphy mmur...@commonsware.com wrote: You mean, besides the fact that URLClassLoader doesn't work with Dalvik files (AFAIK) and that loading a library directly from the network is

[android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread Nobu Games
You can: - invent a format that can be processed by your server. - use XML as suggested by JackN. But here as well you need to define a format - use JSON because it is more compact than XML and supports arrays and multidimensional arrays On Saturday, January 5, 2013 11:03:01

  1   2   >