[android-developers] Imeoptions done button not showing in keyboard in android

2012-05-04 Thread Perumss Naren
HI all, Imeoptions done button not showing in keyboard instead it showing enter button but functionality work like done button. i need to replace that enter button to done button. i tried: android:imeOptions=actionDone in xml file can you help how to display

Re: [android-developers] Sound problems when trying to play same sound very fast

2012-05-04 Thread Jason Teagle
the point it should, and further sounds twice or even three times at same time. At fastest speed it sounds three or four times fast at the start, and then it does not sound anymore. Have you tried increasing the number of streams, in case you are queuing too many occurrences of the same sound

[android-developers] Socket programming

2012-05-04 Thread Rahul Shukla
Hello all, I am new to android development and am developing a a cloud based app. I want to know what is the best practice for sockets in android. Since i may have to refer to the socket object in various activities, i want that object to be global (accessible everywhere). I have tried but

[android-developers] Re: how to place a button inside the map view

2012-05-04 Thread pedro242
Hi Siva, I would like to know how you have managed your ViewFlipper from an Activity point of view?? What is your main Activity type that performs your setContentView()? I would like to do the same thing, putting different Views (MapView, ListView,..) inside a ViewFlipper, but i can not find

[android-developers] Re: Socket programming

2012-05-04 Thread Lorie Pisicchio
Creating a Service is only relevant if you need to perform long-running operations, or to supply functionnality for other applications. I would not recommend to go for this. You can either create a subclass of

[android-developers] gridview empty cell selection doesn't remove instantly after drag-n-drop from gridview

2012-05-04 Thread Narendra Singh Rathore
Hello all, I want to drag-n-drop images from gridview to gallery, and successfully doing that. The only problem, I am having is that when I drag the last image and drop it to gallery, the selection of empty cell (which I just moved) remains visible until I click somewhere on the screen, or the

Re: [android-developers] start activity

2012-05-04 Thread sushmitha
On Thu, May 3, 2012 at 1:41 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Thu, May 3, 2012 at 11:53 AM, sushma reddy sushmithareddy...@gmail.com wrote: I want to start an activity which is in different package from the current package. I am getting

Re: [android-developers] start activity

2012-05-04 Thread Narendra Singh Rathore
On Fri, May 4, 2012 at 5:05 PM, sushmitha sushmithareddy...@gmail.comwrote: Intent i = new Intent(); PackageManager manager = getPackageManager(); i = manager.getLaunchIntentForPackage(package_name_to_switch);

Re: [android-developers] start activity

2012-05-04 Thread asheesh arya
http://stackoverflow.com/questions/2741857/launch-activities-from-different-package -- 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

Re: [android-developers] start activity

2012-05-04 Thread Narendra Singh Rathore
On Fri, May 4, 2012 at 5:15 PM, asheesh arya asheesharya...@gmail.comwrote: http://stackoverflow.com/questions/2741857/launch-activities-from-different-package Here is the another way I was talking about. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] delete file automatically after watching

2012-05-04 Thread lbendlin
And even if you hide the progress controls (start/stop) you definitely cannot prevent the user from exiting the playback through the home button, or even a reboot of the device. Then you lost control, and the video file is still on the device. You could think about doing a pure in-memory

[android-developers] Re: All APK has cracked by apkcracks.net

2012-05-04 Thread lbendlin
We found that having part of the application value sitting on a server provides a decent protection. People can crack the app all they want but they only get the logic, not the data. The data is only accessible to registered users, and it is watermarked so we can find and punish the ones who

Re: [android-developers] start activity

2012-05-04 Thread BNReddy
Intent intent=new Intent(getApplicationContext(), nextActivity.class); startActivity(intent); this all so working. On Fri, May 4, 2012 at 5:20 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Fri, May 4, 2012 at 5:15 PM, asheesh arya asheesharya...@gmail.comwrote:

Re: [android-developers] start activity

2012-05-04 Thread Narendra Singh Rathore
On Fri, May 4, 2012 at 5:53 PM, BNReddy narayanareddy...@gmail.com wrote: Intent intent=new Intent(getApplicationContext(), nextActivity.class); startActivity(intent); this all so working. Are you really sure about this Narayana? Please, first read the question clearly, then answer me.

[android-developers] some of hdpi resources are not appearing on hdpi device at all.

2012-05-04 Thread halx
I have an app, which provides a switchable set of night mode (red) controls using a custom Theme. The controls are in the Shared Preferences view. I have copied and colored all of the necessary images for my controls from Android git sources' hdpi and mdpi folders. The red theme works perfectly

[android-developers] Choosing the right tool

2012-05-04 Thread AppTool
Hi All Which tool are the best? I have found several like SmartOn, m- Bizmaker, Antenna and on and on. Based on my experience, many still require coding and technical knowledge. m-Bizmaker didn't require any technical knowledge but just build the application with the tools available in the GUI

[android-developers] Filesystem Operation in C

2012-05-04 Thread 0xcafef...@gmail.com
is there any layer/API to access Android filesystem? (C, don't give a shit about java) (please do not refer to mkdir or other outdated crap from the std libc, we seek for something like the File Manager on Mac or Windows) -- You received this message because you are subscribed to the Google

[android-developers] you tube

2012-05-04 Thread sudhakar reddy
Hi frds, can any one help me .i have a requirement like get the user id and the channel id from youtube application (means the app is inside mobile). if any have code or knowledge on this thing please share with me. mail:sudanmedias...@gmail.com Thanks Sudhakar -- You received this message

[android-developers] Android Browser Plugin development

2012-05-04 Thread AD
Hi I am trying to build the android sample browser pluginI. As of now i am able to run it successfully on emulator. While browsing over net I found the following post http://stackoverflow.com/questions/5868963/browser-plugin-query-on-android-platform-froyo-2-2-1-release Which says As if now

[android-developers] about pop up notification

2012-05-04 Thread Hitesh Mali
hi ,me new to development, we have developed a website ,anything tat is updated on tat website should be accessed through android devices, for this we have developed an apk using eclipse, now the problem is,wen we update something on website we should get the notification on the main screen of

[android-developers] Help for writing python monkeyrunner script for text box validation.

2012-05-04 Thread Saravanan S
Hi, Need help in write python monkeyrunner script for validating text box with wheres scenarios and should display the result automatically. Thanks in advance :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Free No coding app development tool!? or Coding work?

2012-05-04 Thread Sonny Kim
Hi I love to developing android application and trying to upload in Android Market. Since I'm still learning how to use the C++ and Java it's pretty hard for me build some functions. So I trying to searching NO CODING app development tool. most of programs requires even it said NO CODING app

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Prathwish Mestha
On May 2, 1:30 am, Kristopher Micinski krismicin...@gmail.com wrote: The command line tool 'dx' does this. Type in 'dx --help' to find out how to use it. kris On Tue, May 1, 2012 at 4:37 AM, Prathwish Mestha prathwi...@gmail.com wrote: Hello everyone,                               I

[android-developers] Error in generating DTMF Tones

2012-05-04 Thread Saurabh vaishnava
I am trying to generate the DTMF tones but facing an error all time as Application has stopped unexpectedly. Please try again, as i run the application. I search a lot but couldn't get rid of it. Pleas Please help me out. The code is as follows : package com.srb.basics; import

[android-developers] L

2012-05-04 Thread Hyukmin Kwon
A -- 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

Re: [android-developers] Re: How to enable/disable GPS , Wi-Fi hotspots programmatically?

2012-05-04 Thread mohammed alsadi
what about wifi mr. ali ? On Thu, May 3, 2012 at 11:49 PM, Ali Chousein ali.chous...@gmail.comwrote: As a small addendum to what Mark said, to enable/disable the GPS through settings, you can start the related activity using the following code: Intent intent = new

[android-developers] you tube user id channel ids from android youtube app

2012-05-04 Thread sudhakar reddy
Hi all, Friends can any one help me using android how to get the user id and channel id from you tube in side the device. any one know please let me inform to me how to do that (mail ID:sudanmedias...@gmail.com) Thnks Sudhakar -- You received this message because you are subscribed to the

[android-developers] Providing an Android Library Project hosting a Service for multiple Applications

2012-05-04 Thread rlking
Hello! Following situation: I have an android library project hosting a service. Multiple applications now can use use the library and bind to the service. For now the service is created for each app sepparatly (since its in the library, the service source is also in every application). I want

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Prathwish Mestha
Please tell me the complete steps I am a totla newbie -- 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] How can i retrieve data to a gridview from SqlDatabase?

2012-05-04 Thread Gabriel
Hello Everyone!, I'm new here in this kind of development. So my question exactly is how can i retrieve data to my gridview from a storeprocedure query in sql server 2008. I will try to make an app with this to my work but i have no idea how to do that, so please help with a few steps or maybe

[android-developers] Re: Livestreams on Android 2.2 and above

2012-05-04 Thread Richard Davison
You can try doing this by RTSP. VideoView will play RTSP streams. Or try a flash player such as JWPlayer, but this doesn't have very good performance. On Thursday, March 1, 2012 12:42:15 AM UTC+1, Patrick Gregorio wrote: There are 2 types of videos that I want to be able to play on a project

[android-developers] Re: How to get webview's content into a bitmap?

2012-05-04 Thread Mihail Mihailichenko
Cool. But it now worked on Android 4.0.3 on my Samsung Galaxy SII. picture.getWidth() and picture.getHeight() = 0...It's crashed on this string. четверг, 10 сентября 2009 г., 19:12:57 UTC+4 пользователь gjs написал: Hi again, I thought you pasted the correct code already ? Anyway for

[android-developers] honeycomb webkit transform 3d support in webview

2012-05-04 Thread sandesh
Hello experts, Honeycomb browser is loading and animation is running properly for the following URL http://www.webkit.org/blog-files/3d-transforms/morphing-cubes.html But when i try to load the same URL in application webview, the webkit transform3d is not working . Can you please help me to

[android-developers] Re: app builder tool

2012-05-04 Thread AppTool
I suggest you to try www.mbizmaker.com. It is really easy to use. You can develop, test and publish all from a single tool. Best of allit's free for android. On Mar 15, 1:13 am, Inon inon@gmail.com wrote: I have a website that was design for mobile.I would like to create an app that

[android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread 0xcafef...@gmail.com
public class TheClass extends Guigui { ... /*#! Singleton */ static { if (m_instance == null) { try { m_instance = new TheClass(); } catch (Throwable e) {

[android-developers] Different Font Size on a Button

2012-05-04 Thread x300
For the sake of conserving display area, I would like to put 45.6 in large font and km/h in smaller font on a button. Aside from making km/h a part of background bitmap, which I want to avoid as it, too, could change as in 56.7mph, OVER Speed, UNDER Speed, 67.8miles, 200meters, etc., is there a

[android-developers] resume surfaceview after onDetachedFromWindow()

2012-05-04 Thread bbbill
Hi All, few day ago I already posted this topic/question, but for some reason it did not appear in the list. Can anybody help me with information how to return to a surfaceview (still present on the Activity stack) that had been detached from before, or at least resume the holding main

[android-developers] The best way to connect remote DB

2012-05-04 Thread mohammed alsadi
Hi Developers :) What is the best way to connect a remote database. I know that there is no JDBC in android. Best Regards. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: All APK has cracked by apkcracks.net

2012-05-04 Thread mm w
google could by just crypting and signing the binaries maybe in ten years On Thu, May 3, 2012 at 8:22 PM, Adam Ratana adam.rat...@gmail.com wrote: To add to this: I've seen some apps I've made get cracked and posted on various sites, but the ones that had true appeal (imo) continue to sell

[android-developers] Exception......

2012-05-04 Thread tj
05-04 10:21:07.594: E/AndroidRuntime(333): FATAL EXCEPTION: main 05-04 10:21:07.594: E/AndroidRuntime(333): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.liveplaygolf/ com.liveplaygolf.activity.HomeActivity}: java.lang.ClassNotFoundException:

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Prathwish Mestha
On May 2, 1:30 am, Kristopher Micinski krismicin...@gmail.com wrote: The command line tool 'dx' does this. Type in 'dx --help' to find out how to use it. kris On Tue, May 1, 2012 at 4:37 AM, Prathwish Mestha prathwi...@gmail.com wrote: Hello everyone,                               I

[android-developers] Bluetooth obtain custom info from discovery

2012-05-04 Thread Agus
Hi, I'm working with Bluetooth on an Android project, an I'm trying to obtain a list of visible bluetooth devices to show the user. My objective is, obtain the list, check if the user discovered has the same application opened, and then, add him to the list. Is it possible add custom info (a

[android-developers] Android 2.2 VideoView Scaling

2012-05-04 Thread Richard Davison
Hi, I'm trying to create an app that plays a rtsp stream. I'm having no problem doing that, the problem I'm having is that the VideoView simply cuts out a box of the dimensions I set it to, rather than scaling the video to fit the dimensions. I have tried creating my own custom VideoView and

[android-developers] Menu Items

2012-05-04 Thread Mahesh
Hi, I am developing an Android application and I want to add Menu for that, I tried some thing to add the Menu, but whenever I press the Menu on the Emulator I used to see options menu in Vertical, but I want to see the Menu Items in Horizontal way. How can I do that? Please help me. Thank You.

Re: [android-developers] How can i retrieve data to a gridview from SqlDatabase?

2012-05-04 Thread Mark Murphy
Step #1: Create a REST-style Web service for your SQL Server 2008 instailation Step #2: Use Java to retrieve your data from the Web service in your Android app Step #3: Create some sort of Adapter (e.g., ArrayAdapter, or your own custom BaseAdapter) to wrap around the data you retrieved, to

Re: [android-developers] Free No coding app development tool!? or Coding work?

2012-05-04 Thread James Black
This forum is for questions about using the android sdk, so I expect everyone here programs. You may want to ask this on an appropriate forum. On May 4, 2012 8:35 AM, Sonny Kim sdki...@gmail.com wrote: Hi I love to developing android application and trying to upload in Android Market. Since

Re: [android-developers] The best way to connect remote DB

2012-05-04 Thread Mark Murphy
Create a Web service for the remote database. On Thu, May 3, 2012 at 7:16 PM, mohammed alsadi ipqa...@gmail.com wrote: Hi Developers :) What is the best way to connect a remote database. I know that there is no JDBC in android. Best Regards. -- You received this message because you are

Re: [android-developers] The best way to connect remote DB

2012-05-04 Thread James Black
Look up how to make a REST web service. On May 4, 2012 8:35 AM, mohammed alsadi ipqa...@gmail.com wrote: Hi Developers :) What is the best way to connect a remote database. I know that there is no JDBC in android. Best Regards. -- You received this message because you are subscribed to the

Re: [android-developers] Different Font Size on a Button

2012-05-04 Thread Mark Murphy
On Thu, May 3, 2012 at 6:12 AM, x300 yib...@gmail.com wrote: For the sake of conserving display area, I would like to put 45.6 in large font and km/h in smaller font on a button. Aside from making km/h a part of background bitmap, which I want to avoid as it, too, could change as in 56.7mph,

Re: [android-developers] about pop up notification

2012-05-04 Thread Jason Teagle
we should get the notification on the main screen of android tat u have recvd a update like pop up ,so how to implement this can anybody please help me out For the popup itself, take a look at the Toast class in the Android docs. -- You received this message because you are subscribed to the

Re: [android-developers] Error in generating DTMF Tones

2012-05-04 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. On Thu, May 3, 2012 at 10:49 AM, Saurabh vaishnava srbvaishn...@gmail.com wrote: I am trying to generate the DTMF tones but facing an error all time as Application

Re: [android-developers] The best way to connect remote DB

2012-05-04 Thread Mady Zaid
افضل حل انك تستخدم الويب سيرفيس لمساعده مكتله ال ksoap.jar بس هتقابل بعض الصعوبات انك ترجع اكس ام ال سليم الفورمات غالبا هيرجعلك اوبجكتس بس حلها بتنده حاجه اسمها اكس اس ال تى. انا ممكن اساعدك لو تحب On May 4, 2012 2:35 PM, mohammed alsadi ipqa...@gmail.com wrote: Hi Developers :) What is the

Re: [android-developers] about pop up notification

2012-05-04 Thread Mady Zaid
You may use broadcast receiver to initiate notification that may be implrmented using toast class On May 4, 2012 2:35 PM, Hitesh Mali hma...@gmail.com wrote: hi ,me new to development, we have developed a website ,anything tat is updated on tat website should be accessed through android

Re: [android-developers] FileObserver

2012-05-04 Thread Mady Zaid
If you have any information please send yo me. That info in ur link is basic Islam mahmoud Software engineer Egypt informix On May 4, 2012 6:50 AM, asheesh arya asheesharya...@gmail.com wrote: just go through this link http://eagle.phys.utk.edu/guidry/android/ -- You received this message

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread Kristopher Micinski
On Thu, May 3, 2012 at 8:24 PM, 0xcafef...@gmail.com 0xcafef...@gmail.com wrote: public class TheClass extends Guigui { ... /*#! Singleton */        static        {                if (m_instance == null) {                        try {                                m_instance = new

Re: [android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Kristopher Micinski
No one will tell you the complete steps if you don't put in a little work. Another reason is that if you're decompiling and compiling and are a totla newbie it's most likely you're stealing and reverse engineering someone's app. Perhaps explain why you are doing this, and why you haven't been

Re: [android-developers] IP Camera Live Streaming

2012-05-04 Thread Mady Zaid
انا ممكن ابعتلك حاجه تتعلم منها لو تحب بس لو انت جديد فى الاندرويد انصحك انك تبدا ببرامج صغيره لغايه مت تحترف On May 3, 2012 8:33 AM, Rami sleiman sleimanra...@gmail.com wrote: Hi All, I am new to android. i want to develop an application that streams from a linksys wirless-G ip camera. I have

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread Daniel Drozdzewski
On 4 May 2012 01:24, 0xcafef...@gmail.com 0xcafef...@gmail.com wrote: public class TheClass extends Guigui { ... /*#! Singleton */        static        {                if (m_instance == null) {                        try {                                m_instance = new TheClass();      

Re: [android-developers] Timer in Android

2012-05-04 Thread Mady Zaid
انتى ممكن تستخدمى كونتر اللى على اساسه بتطكبطى الكونتر وهو دات نفسه جواه داله لما ينتهى بيعمل حاجه معينه انا ممكن ابعتلك الكود لو تحبى أسلام محمود مهندس برمجيات انفورميكس مصر On May 3, 2012 2:35 AM, Mai Al-Ammar mai.alam...@gmail.com wrote: yes, I set a flag before calling a function which calls

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread Adriano B. Godinho
You can instantiate your singleton instance in a static method: class C{ private static C mInstance = null; public static C getInstance() throws YourException { if (mInstance == null ) { mInstance = new C(); //it throws YourException }

[android-developers] Cannot answer the incoming call during checking gmail account when user forgot PIN code.

2012-05-04 Thread Shruthi Varma
Hi All, I encountered a problem in Google Nexus phone having Android 4.0 (*Ice Cream Sandwich*). [Steps] 1. Set up a Gmail account in an Android device. 2. Set up a Security lock, may be a Pin/ pattern Screen Lock in Setting - Security and lock the phone (by pressing power

[android-developers] Re: IP Camera Live Streaming

2012-05-04 Thread lbendlin
does your camera already provide native 3GPP or MP4 streaming? If so, just connect to it with a rtsp player. If not, grab the JPEG files from the camera and pipe them to your screen as fast as you can (which won't be very fast) On Wednesday, May 2, 2012 6:32:10 AM UTC-4, Rami sleiman wrote:

[android-developers] Retrieving list of downloaded apps

2012-05-04 Thread Geva Tal
Hello, I need to get a list of all downloaded apps on the phone. I was able to get the list of all the installed apps, and filter the system ones, but I'm still left with a bunch of apps that came with the device (camera for example...). In the device itself you can view a list of the

Re: [android-developers] problem with access to a database file

2012-05-04 Thread Mady Zaid
انا ممكن ابعتلك الكود اللى يحل مشكلتك اذا تحب On May 1, 2012 12:13 AM, Tareq Al-Ma'mari tariq.mam...@gmail.com wrote: Hi , How can I use and access a database file (.db) ? I've tried many ways but nothing works , the problem is when I try to open a database file the application crashed ,

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread Daniel Drozdzewski
On 4 May 2012 14:45, Adriano B. Godinho adri...@godinho.eng.br wrote: You can instantiate your singleton instance in a static method: class C{     private static C mInstance = null;     public static C getInstance() throws YourException {            if (mInstance == null )  {              

[android-developers] Transport endpoint is not connected

2012-05-04 Thread guich
Hi, I'm getting this error in some devices when using sockets. It occurs with 3G and wifi connections. The error is intermitent. Is anyone aware of the problem and maybe for a fix? thanks guich -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] about pop up notification

2012-05-04 Thread Jim Graham
On Fri, May 04, 2012 at 01:46:09PM +0100, Jason Teagle wrote: we should get the notification on the main screen of android tat u have recvd a update like pop up ,so how to implement this can anybody please help me out For the popup itself, take a look at the Toast class in the Android docs.

[android-developers] shortcuts

2012-05-04 Thread bob
Is there any way to automatically create shortcuts to apps on a device's home screen? (maybe using something like adb ?) I'm trying to automate a process that installs my software on an Android device, and it should have two shortcuts on the home screen. -- You received this message

Re: [android-developers] Exception......

2012-05-04 Thread Jim Graham
On Thu, May 03, 2012 at 10:03:11PM -0700, tj wrote: [LOTS of logcat spewage, NO EXPLANATION of what the problem is, and NO CODE that's suspected of causing the problem. Not good.] can anyone help me please.. Sure. Look at the logcat output for a few seconds. Read the error and its cause

[android-developers] Problems with Rect.intersects

2012-05-04 Thread Fran
Hi there, I am facing problems with Rect.intersects method. I have a rectangle called rect with these values: rect.left = 307 rect.top = 237 rect.right = 437 rect.bottom = 397 Now, I have the following coordinates: left = 381 top = 255 right = 411 bottom = 306 It is pretty clear than the

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread Streets Of Boston
Easy peasy, Make it thread safe by adding the synchronized keyword. public static *synchronized* C getInstance() throws YourException { if (mInstance == null ) { mInstance = new C(); //it throws YourException } On Friday, May 4, 2012 10:17:37

Re: [android-developers] Problems with Rect.intersects

2012-05-04 Thread Jason Teagle
rect.intersects(left, top, right, bottom) This version of the function does not change the rect: Returns true if this rectangle intersects the specified rectangle. In no event is this rectangle modified. No check is performed to see if either rectangle is empty. To record the intersection,

Re: [android-developers] Exception......

2012-05-04 Thread Justin Anderson
The problem appears in the first few lines of your logcat output: 05-04 10:21:07.594: E/AndroidRuntime(333): FATAL EXCEPTION: main 05-04 10:21:07.594: E/AndroidRuntime(333): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.liveplaygolf/

Re: [android-developers] Retrieving list of downloaded apps

2012-05-04 Thread Justin Anderson
What code are you using to get the list of apps? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 4, 2012 at 7:52 AM, Geva Tal gev...@gmail.com wrote: Hello, I need to get a list of all downloaded apps on the phone. I was able to get the list

[android-developers] Application to Sdcard

2012-05-04 Thread Jaison Brooks
I want to find out how to get it so my application will be able to store on the sdcard. The application is just a wallpaper app. Is this something you declare on your manifest. Or is your java code. I have a app that has over 60 hd wallpapers so its around 20 mb. Let me know what you guys know,

[android-developers] Application to Sdcard

2012-05-04 Thread Jaison Brooks
I want to find out how to get it so my application will be able to store on the sdcard. The application is just a wallpaper app. Is this something you declare on your manifest. Or is your java code. I have a app that has over 60 hd wallpapers so its around 20 mb. Let me know what you guys know,

Re: [android-developers] Menu Items

2012-05-04 Thread Justin Anderson
AFAIK you can't control the layout of the menu... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 3, 2012 at 1:00 PM, Mahesh ymchan...@gmail.com wrote: Hi, I am developing an Android application and I want to add Menu for that, I tried some

Re: [android-developers] Filesystem Operation in C

2012-05-04 Thread Justin Anderson
You could look at the NDK... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 3, 2012 at 6:22 PM, 0xcafef...@gmail.com 0xcafef...@gmail.comwrote: is there any layer/API to access Android filesystem? (C, don't give a shit about java) (please

Re: [android-developers] Application to Sdcard

2012-05-04 Thread Mark Murphy
On Fri, May 4, 2012 at 11:31 AM, Jaison Brooks jaisonbro...@gmail.com wrote: I want to find out how to get it so my application will be able to store on the sdcard. The application is just a wallpaper app. Is this something you declare on your manifest. Or is your java code. I have a app that

[android-developers] After updating the SDK stopped working AdMob and Mobclix

2012-05-04 Thread dvpt
After updating the SDK stopped working AdMob and Mobclix. Writes an error: 05-01 03:09:45.579: E/dalvikvm (249): Unable to open stack trace file '/data/anr/traces.txt': Permission denied AdMob is also updated to 6.0.0, did not help? Who have already experienced this? Moreover, such a situation

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread mm w
What if the constructor could throw a genuine exception (say file not found) it would be per see a bad design, a singleton implementation follows some mind designs, or you wanted to supply some non-static arguments to it? if what you do, does not fit with a singleton pattern don't or use a

Re: [android-developers] Filesystem Operation in C

2012-05-04 Thread mm w
thanks I do a lot... but no doc, there is an asset-manager header which looks like totally immature (kind of my first c++ class) and undocumented On Fri, May 4, 2012 at 8:38 AM, Justin Anderson magouyaw...@gmail.com wrote: You could look at the NDK... Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Filesystem Operation in C

2012-05-04 Thread Kristopher Micinski
On Thu, May 3, 2012 at 8:22 PM, 0xcafef...@gmail.com 0xcafef...@gmail.com wrote: is there any layer/API to access Android filesystem? (C, don't give a shit about java) You understand that Android apps are written in Java and not C right? And that the ndk even gives you limited access. You can

Re: [android-developers] Filesystem Operation in C

2012-05-04 Thread mm w
yep we like anti pattern 8-) how many different kinds of animals are there? On Fri, May 4, 2012 at 8:55 AM, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, May 3, 2012 at 8:22 PM, 0xcafef...@gmail.com 0xcafef...@gmail.com wrote: is there any layer/API to access Android filesystem?

[android-developers] Multi Apk and supports-gl-texture

2012-05-04 Thread laurent mallet
Hello, We tried to use Multi-Apks with supports-gl-texture but we encounters a problem for the fallback version. We have created many APKs: - PVRT version with versionCode: 50020001 and supports-gl-texture=GL_IMG_texture_compression_pvrtc - DXT version with versionCode: 40020001 and

[android-developers] help

2012-05-04 Thread waqas aslam
hello sir i need SRS(software requirement specification) of social networking project kindly tell me which features can i included in this project and also tell me the functional and non-functional requirement of this project. -- You received this message because you are subscribed to the Google

Re: [android-developers] help

2012-05-04 Thread Justin Anderson
Ummm... this forum is for actual Android SDK programming questions. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 4, 2012 at 10:37 AM, waqas aslam waqasgreat...@gmail.comwrote: hello sir i need SRS(software requirement specification) of

[android-developers] HIDE_NAVIGATION does not cause Configuration change?

2012-05-04 Thread Agus
Hi all, Why HIDE_NAVIGATION does not cause Configuration change? also, when the nav bar is hidden, the dimension reported by the Display.getMetrics should also change right? -Agus. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Tiyanon Klinkhajorn ??????????

2012-05-04 Thread Tiyanon Klinkhajorn
--- Tiyanon Klinkhajorn ? ??? Google Gmail Google Talk ?:

[android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread blake
Especially since this topic, apparently, recurs, I thought it might be worth a summary. http://portabledroid.wordpress.com/2012/05/04/singletons-in-android/ G. Blake Meike Marakana The second edition of Programming Android is now on-line: http://shop.oreilly.com/product/0636920023005.do --

[android-developers] Cannot start service - yes, this problem again

2012-05-04 Thread guich
Hi, I already searched stackoverflow, this forum and google itself. Followed all instructions, but i still cannot get my service to be started at the BOOT_COMPLETED. The sample i'm using came from http://marakana.com/forums/android/examples/108.html This is the service: package

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread mm w
As far as I can see, using the static container call, I did not get any downsides , sure we are right in our mind and not trying to do inappropriate behaviors with a singleton pattern, things you described into your article which mostly just appoints strange practices which never pop'ed in right

Re: [android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread mm w
their sorry, but what you appointed that's the same having a singleton access in a shared lib, there are two different cases you want one instance per thread, or a multi thread instance shared by multi apps, there are still coders on earth which are able to handle it properly. On Fri, May 4, 2012

[android-developers] is an intent launched by a service also a service?

2012-05-04 Thread guich
Hi, I have a service that is called at boot time. This service then calls an intent this way: Intent myStarterIntent = new Intent(getApplicationContext(), Loader.class); myStarterIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

Re: [android-developers] is an intent launched by a service also a service?

2012-05-04 Thread Mark Murphy
On Fri, May 4, 2012 at 3:05 PM, guich guiha...@gmail.com wrote: I have a service that is called at boot time. This service then calls an intent this way:      Intent myStarterIntent = new Intent(getApplicationContext(), Loader.class);      

[android-developers] Re: is an intent launched by a service also a service?

2012-05-04 Thread guich
Ahm The Loader is indeed an activity. What i want to know is if the new activity is handled by the OS as a part of the calling service, or is it handled as a completely new application as if was clicked by the user. The reason of the question is to know if the intent will still be running

Re: [android-developers] Re: is an intent launched by a service also a service?

2012-05-04 Thread Mark Murphy
On Fri, May 4, 2012 at 3:34 PM, guich guiha...@gmail.com wrote: What i want to know is if the new activity is handled by the OS as a part of the calling service, or is it handled as a completely new application as if was clicked by the user. Neither. The Activity will be a part of your

[android-developers] Re: Sound problems when trying to play same sound very fast

2012-05-04 Thread Fran
Hi, Thanks a lot by your help. By now I find a good solution for my case, just using a shorter wav audio file so, when a new click comes, the old one has yet stopped. It has made not too much difference on sound quality, and with this approach at maximum rotation speed is working fine, and I

[android-developers] bring an activity to the front

2012-05-04 Thread guich
Hi, I feel sometimes that i'm reinventing the wheel. I have service that shows a window when it starts, and then minimizes itself with the following code: Intent i = new Intent(Intent.ACTION_MAIN); i.addCategory(Intent.CATEGORY_HOME); loader.startActivity(i); The

Re: [android-developers] bring an activity to the front

2012-05-04 Thread TreKing
On Fri, May 4, 2012 at 3:11 PM, guich guiha...@gmail.com wrote: I have service that shows a window when it starts, Why? This is usually not a nice thing to do to a user. Use a notification instead. The service wakes itself at some time later, when it receives something from socket. How can

  1   2   >