[android-developers] VLAN support android for ethernet over USB

2012-10-16 Thread Surjya Padhi
hi experts, I am planning to start a project on testing tools for ethernet for android tablets. So need the following information. 1. Is there any android driver is there to support(OpenSource) the ethernet on USB port ? 2. If the USB to ethernet driver is there, does it support to receive and

[android-developers] romania developer no merchant acount

2012-10-16 Thread marius m
I am from Romania, when will I be able to sell my app ,games ? I can't publish priced apps ,because Romania is not on the list . I -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Dynamically add views to widget layout

2012-10-16 Thread Jimmy Ramsmark
Been stuck with this for a little while now, and I have found a number of solutions but I can't seem to get it right. What I want to do, is to simply be able to add a few textviews dynamically to my widget during runtime, so that the widget will stay wrapped around the content (as opposed to ha

[android-developers] Re: New to Android App Development need Advice in Designing UI

2012-10-16 Thread Mek's Sree Rama
Hello Aadi, Have you tried with compatible jar for fragments and action bar. The compatible jar works well with version 2.3 API level 10. FYI. On Tuesday, October 9, 2012 12:39:08 PM UTC+5:30, Aadi Rockzz wrote: > > Hi Everyone, > > I'm going to develop an application for Android2.2 platform.

Re: [android-developers] Re: Getting widget size

2012-10-16 Thread ahmed.bahrini
This only gets the minHeight that is mentioned in the appwidget-provider xml file, not the actual size of widget. for example if you set the minHeight to 70dp, it always gets this height multiplied with the displayMetrix. so in HDPI it will be 70*1.5, and in MDPI it will be 70*1, and so on. I hav

[android-developers] Re: Buttons in ViewPager pages: Problem swiping/dragging pages when finger starts on top of Button. How can I fix this?

2012-10-16 Thread Leonidos
I have the same issue with ViewPager and Jelly Bean. Trying to find a way how to fix it ) I tested in on pre 4.x devices and everything was fine there... -- 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: the "Welcome to Android Development" window doesn't appears

2012-10-16 Thread Rick B
I had the same issue. java -version reveals java version "1.7.0_07". I proceeded to build the my first app class without difficulty, though. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

Re: [android-developers] how to play recorded audio ? using AudioTrack

2012-10-16 Thread Landry shuai
what do you mean "send and receive voice call"? On 16 October 2012 18:05, Tamil Arasi wrote: > Hi, > > R u know about how to send and receive the voice call in between android > mobile?. if u know about that please help me > > > On Tue, Oct 16, 2012 at 3:21 PM, rahul B wrote: > >> Hi, >> >> My

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2012-10-16 Thread mikel baghdasarian
Hello there Carl, I wouold like to know, from Spain, how to make the line of BootLoader Allowed/Unlocked: NO to YES I heard that I can send it to your services to do it, but at your website, the only way to do it is by see it as YES, it does not say how to do when it says NO Thanks for your tim

[android-developers] Re: the "Welcome to Android Development" window doesn't appears

2012-10-16 Thread never2ice
I had the same problem. Maybe there has been some update causing the behavior to change, or perhaps whoever created the instructions did not use the default installation location when installing the Android SDK, different OS, or who knows. Regardless, I think I have found where this informati

[android-developers] Eclips does not ask me to select a SDK

2012-10-16 Thread Mark Roles
On the following link: http://developer.android.com/sdk/installing/installing-adt.html It states that Once Eclipse restarts, you must specify the location of your Android SDK directory: In the "Welcome to Android Development" window that appears, select Use existing SDKs I never get a welco

[android-developers] Bind services and AIDL

2012-10-16 Thread Mario Denote
Hi all I've a question for you. If I want to connect and send a message between two different phones (wifi or bluetooth) I can use Bind services/AIDL technology or I can use these only for communication inter-process within the same phone? Thanks -- You received this message because you are

[android-developers] Setting up android tab host using only activity

2012-10-16 Thread Paul getty
I am new to android programming and i have been at this issue for 3weeks, i need to move on. How can i setup 3 Tab-host with only an activity without extending the activity and i don't want to use Fragment or a Tab-activity. I want each tab to have separate activity within them, i have looked

Re: [android-developers] Re: Mysterious behavior of switch statement inside onActivityResult

2012-10-16 Thread Carlos A. M. dos Santos
On Mon, Nov 28, 2011 at 10:53 PM, Mark Murphy wrote: > Well, I can reproduce your behavior. It's not tied to > onActivityResult() -- any switch statement has the effect: > > public class MyApp extends Activity { > static final int RC_OTHER=0x7fff; > > @Override > public void onCreate(Bun

[android-developers] How to capture the SSID evertime.

2012-10-16 Thread Hyun Woong Choi
I'd like to check the WiFi quality on the android os. like youtube streaming. so how do I check it on the phone ? Thanks and best regards -Woong- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] Android SDK on windows7 84 bit

2012-10-16 Thread prince malema
I cannot execute the program "SDK Manager.exe"but the required JDK is present. -- 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, se

[android-developers] Re: Android _Develop app for hardware

2012-10-16 Thread pdm-tex
Jagadeesh, something happened and you post is not clear, could you re-post? On Monday, October 15, 2012 2:27:48 AM UTC-4, jags wrote: > > Hi All, > > > > which when from the Hyperterminal in Windows if data is dumped on to the > usb connected to andriod phone it must receive the same and displ

[android-developers] Re: Does Nexus 7 support USB Host Mode ?

2012-10-16 Thread pdm-tex
Arpan, I am working on same thing using Nexus 7 and Asus Transformer 300TF. I am trying to connect to an encrypted credit card reader. So far, I have not been able to "find" the device. Using the Transformer and the Nexus 7, if I connect my DroidX cell phone in PC mode it shows up, but I am

[android-developers] How can I write webservices to connect between android app & oracle database or my sql database

2012-10-16 Thread Chaitanya Deshpande
I am developing android app which has lots of database. I want to put it commonly on sever (is it possible to deploy only database on server). I found on net searches - I have to use web service to connect database. but how I can use it. please help me, how can I use the database. -- You re

[android-developers] not expecting optimized instructions

2012-10-16 Thread Devanathan B
Hello, I am trying to format the Android partitions with a different file system and I'm successful in doing that. Android boots up but with Force close of Provision.apk / UserDictionary.apk / MediaProvider.apk with Dalvik verification failures "VFY: not expecting optimized instructions 0xfa".

[android-developers] problem with setText

2012-10-16 Thread Pol Hallen
Hi folks I've: Txt0.setText("Wrote: "+str0); this runs perfectly I add in strings.xml this: stringa variabile and: Txt0.setText(R.string.varstring.str0); what is the correct syntax? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] GUI with monkeyrunner

2012-10-16 Thread androidnewbie
i am writing a test application for android in python using monkeyrunner.i want to add some GUI to it,but as monkeyrunner uses jython,and jython has limited support for python modules,i am not able to use the tkinter modules in my monkeyrunner scripts.But, i need the gui,so can anybody please su

[android-developers] New google try and buy service from Play Store.

2012-10-16 Thread sblantipodi
Hi, I'm interested in this service since now I have two apps on play store, a paied one and a trial one. How can I enable the try and buy process on my paied app? Is the try and buy available only for the app the uses the in app purchase? Thanks. -- You received this message because you are su

[android-developers] Re: moderated posts?

2012-10-16 Thread Russ Taylor
Hi, Sorry for thread hijack. I have posted yesterday and today, and nothing has shown up. I have tried filtering by me, and looked through all the theads, but nothing. Can someone help please? Thank you -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] MotionEvent handling in ScrollView in Android

2012-10-16 Thread Rotem Tsabary
hello, I've posted this question in SO: http://stackoverflow.com/questions/12884250/motionevent-handling-in-scrollview-in-android Since I've been searching about it for a long time and couldn't find a proper documentation, I thought I should post it here too. thanks Rotem -- You received this

[android-developers] Never lose my stuff - backing up app data

2012-10-16 Thread Russ Taylor
Hello, According to the Android Design Principles > Never lose my stuff > > Save what people took time to create and let them access it from anywhere. > Remember settings, personal touches, and creations across phones, tablets, > and computers. It makes upgrading the easiest thing in the worl

[android-developers] Animation Tool

2012-10-16 Thread raveesh L
Hi All, Is android providing any tools for 3D animation? like page flipper, turning book pages animation etc., Please help me friends. -- 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

[android-developers] Android customer review - Delete Request

2012-10-16 Thread Dominik Walleser
Hi there, We got a customer review in which the reviewer said that there are virus in the app. This is really bad for the download rate. I know that I could mark it as spam, but we want this review to be deleted. App-name is likefight Url: https://play.google.com/store/apps/details?id=air.likefi

[android-developers] Backup / synching data within your app

2012-10-16 Thread Russ Taylor
Hello, I'm just conceptualising an app at the moment. Looking through the Google Design Principles ( http://developer.android.com/design/get-started/principles.html) it says * > Never lose my stuff > > Save what people took time to create and let them access it from anywhere. > Remember

[android-developers] Re: Is it possible to set WifiP2pDevice.secondaryDeviceType ?

2012-10-16 Thread Fábio Maschi
Hello, Roman. I am also developing an application that requires "to exchange some custom information between devices within requestPeers() step." I came to the same conclusion, send this data via WifiP2pDevice.secondaryDeviceType, but I have not found how to do this. How have you solved? Could y

[android-developers] Browser emulator

2012-10-16 Thread Saulo Moraes
hi, I'm working on a web framework that generates content for Android browser and other mobile browsers... so for iPhone I have a emulator (iBBPhone) to see how my pages would look on the iPhone and iPad. But for Android the SDK phone emulator that can simulate the Android browsing experien

[android-developers] Android how to match text with images by pointing text and images with lines

2012-10-16 Thread shirisha chanda
I am trying to create app which is match text with appropriate images by pointing with line. I want to create app exactly same which is shown in the below image: [image: I created List of text views and a grid view of images in between I have linear layout. When I click on text view I will ge

[android-developers] Android version update

2012-10-16 Thread Sandip Panchal
I have a device which supports only upto android 2.2 How can I have andoird 4+ in my device? Device company does not officially provide new android version packages. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] How to get a mobile app "preloaded in android powered devices"?

2012-10-16 Thread Shravan Android
Hi There, I am hunting over the web to know *how to preload a mobile application* in *android powered devices* - smartphones, tablets, smart tvs and what not. For example: I brought a HTC Wildfire recently; when purchased it has many apps preloaded like: Calendar, Youtube, Stocks, Peek and ma

[android-developers] Android: Certificate authentication in mail client

2012-10-16 Thread Andreas Constantinides
Hello, Android native mail client does not support client certificate authentication. Do you know if this will ever be resolved/supported? thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Taking UI's to the next level - best learning resources

2012-10-16 Thread seren
Hey there, I'm looking to take my UI creation to the next level, I'm fairly new to android - 1 month. I've used Relative and Linear layouts and dabbled in Custom Views and Animation. I'm looking for the best resources that will help me learn how to take my UI's to the next level in terms

Re: [android-developers] Android: Certificate authentication in mail client

2012-10-16 Thread Nikolay Elenkov
On Tue, Oct 16, 2012 at 7:58 PM, Andreas Constantinides wrote: > Hello, > > Android native mail client does not support client certificate > authentication. Do you know if this will ever be resolved/supported? > What do you mean by 'client certificate authentication'? Does your SMTP or IMAP serve

[android-developers] MediaCodec jellybean - does anyone actually have a working example?

2012-10-16 Thread spartygw
I'm trying to create a very simple test to see how effective the new MediaCodec class might be. What I've found is that I can't even get past the simple stage of configuring the most basic video encoder. MediaCodec mCodec = MediaCodec.createEncoderByType("video/avc"); MediaFormat myFormat = Me

Re: [android-developers] How to get a mobile app "preloaded in android powered devices"?

2012-10-16 Thread Nikolay Elenkov
On Mon, Oct 15, 2012 at 3:59 PM, Shravan Android wrote: > Hi There, > > I am hunting over the web to know how to preload a mobile application in > android powered devices - smartphones, tablets, smart tvs and what not. For > example: I brought a HTC Wildfire recently; when purchased it has many ap

[android-developers] Re: Button#onClickListener thread unsafe?

2012-10-16 Thread Greenhand
I think I am confused. If the entire Android UI is completely thread safe and the events are queued, the event should be processed one by one. I would like to know why an inconsistent state can be seen during the execution even if I do not start a new thread in my code. G. Blake Meike於 2012年10月

Re: [android-developers] romania developer no merchant acount

2012-10-16 Thread Latimerius
On Mon, Oct 15, 2012 at 12:15 AM, marius m wrote: > I am from Romania, when will I be able to sell my app ,games ? > > I can't publish priced apps ,because Romania is not on the list . There was a thread about this on this group recently (a week or two ago). Look it up, it has some potentiall

Re: [android-developers] Latest Android ADT wizard gives wrong app name

2012-10-16 Thread Tor Norbye
The best place to file it is at http://b.android.com and mark it as a Tools bug so it gets routed to us. -- Tor On Sat, Oct 13, 2012 at 9:51 AM, Ryan Warner wrote: > Hey everyone, > > Forgive me if this is already well known, but I went through the wizard of > the latest android ADT and when f

[android-developers] Re: Getting to SharedPreferences from CustomListAdapter

2012-10-16 Thread lbendlin
Thank you for the insights. However the adapter is not linked to any one activity - in fact I re-use it in multiple activities that have tables. It's a class of its own. The lookup of the SharedPreferences is independent of the activity that may be using the adapter. So I'm afraid I cannot us

[android-developers] Creating a Dialog Fragment - Very bad example on developer.android.com

2012-10-16 Thread Gergely Juhász
Hi! I just noticed a very bad example of using dialog fragments: http://developer.android.com/guide/topics/ui/dialogs.html#PassingEvents In the code snippet NoticeDialog holds a _static_ reference to NoticeDialogListener. This interface is implemented by an Activity. This can cause memory leaks

Re: [android-developers] Re: Getting to SharedPreferences from CustomListAdapter

2012-10-16 Thread Kostya Vasilyev
ArrayAdapter already has a context it holds on to ... so use PreferenceManager.getDefaultSharedPreferences(getContext()) or getContext().getSharedPreferences(...)... -- K 2012/10/16 lbendlin > Thank you for the insights. However the adapter is not linked to any one > activity - in fact I

Re: [android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-10-16 Thread YuviDroid
Thanks for the 'adb install -l' hint...very useful :) I think that what I do is actually ok, but it doesn't work when installing with the 'app encryption' (-l option). This is what I do: Resources appResources = packageManager.getResourcesForApplication(appPackageName); InputStream is = appResour

[android-developers] Bound services between two devices

2012-10-16 Thread Mario Denote
I have to connect and exchange messages between two different android devices. I can use Bound services to perform IPC between two different devices? If no what is the most appropriate technology I have to use? -- You received this message because you are subscribed to the Google Groups "Androi

Re: [android-developers] Creating a Dialog Fragment - Very bad example on developer.android.com

2012-10-16 Thread Mark Murphy
Please report issues like this to http://b.android.com. Thanks! On Tue, Oct 16, 2012 at 10:51 AM, Gergely Juhász wrote: > Hi! > > I just noticed a very bad example of using dialog fragments: > > http://developer.android.com/guide/topics/ui/dialogs.html#PassingEvents > > In the code snippet Notice

[android-developers] Matrix maps points to multiples of 4

2012-10-16 Thread FBondarenko
Hi. I am using a Matrix that contains only a translation set by setTranslation() to map integer coordinates. Although casting the integers to floats for Matrix.mapPoints() does not seem to be a problem, all mapped points are multiples of 4, even if the translation does contain arbitrary values

Re: [android-developers] Bound services between two devices

2012-10-16 Thread Mark Murphy
On Tue, Oct 16, 2012 at 11:04 AM, Mario Denote wrote: > I have to connect and exchange messages between two different android > devices. I can use Bound services to perform IPC between two different > devices? No. IPC != RPC. > If no what is the most appropriate technology I have to use? SMS, o

Re: [android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-10-16 Thread YuviDroid
Ok... so the way GO Launcher themes are designed should change (since all the xml they require are in the assets folder)...mmm well...ok. There's not much I can do.. On Tue, Oct 16, 2012 at 5:12 PM, Nikolay Elenkov wrote: > On Wed, Oct 17, 2012 at 12:02 AM, YuviDroid wrote: > > Thanks for the 'a

[android-developers] flip the emulator

2012-10-16 Thread bob
Is there any way to flip the emulator (i.e. go from landscape to reverseLandscape)? Thanks. -- 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

Re: [android-developers] romania developer no merchant acount

2012-10-16 Thread bob
Here is our discussion with another Romanian guy: https://groups.google.com/d/topic/android-developers/kq1ckjG8pzo/discussion On Tuesday, October 16, 2012 9:35:38 AM UTC-5, latimerius wrote: > > On Mon, Oct 15, 2012 at 12:15 AM, marius m > > > wrote: > > I am from Romania, when will I b

Re: [android-developers] TextureView canvas drawing problems

2012-10-16 Thread Conrad Chapman
I looked at this more and Romain Guy unsurprisingly got it 100% right. My code pasted here is wrong. DO NOT add setWillNotDraw(true); in the TextureView and mSurface.updateTexImage(); in the drawing thread. They will mess it up! On Thursday, 4 October 2012 17:17:33 UTC+2, Conrad Chapman wrote:

[android-developers] Re: I want to find guy to develop android vpn app

2012-10-16 Thread bob
Why not just use that app if that's what you want? On Tuesday, October 16, 2012 8:01:48 AM UTC-5, ttsaon wrote: > > who can do this ? > app like play.google.com/store/apps/details?id=com.yesvpn.en > contact me. > -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Extending LinearLayout / #getVirtualChild*

2012-10-16 Thread Romain Guy
You don't need to override these methods, otherwise they would be public or protected. These methods are used by TableRow/TableLayout. You don't need to worry about them, they are only meant for internal use. On Tue, Oct 16, 2012 at 2:13 AM, Max Hille wrote: > I am extending LinearLayout to have

[android-developers] Re: moderated posts?

2012-10-16 Thread bob
Your two posts are at these URLs: https://groups.google.com/d/topic/android-developers/HpXVqMKGOLQ/discussion https://groups.google.com/d/topic/android-developers/7Gs7q4yrnxU/discussion How did you try "filtering by me"? Sometimes searching for your e-mail address doesn't always work, I

[android-developers] Re: Does Nexus 7 support USB Host Mode ?

2012-10-16 Thread bob
*Unfortunately USB Host Mode only works for connecting devices like keyboards and game pads, not external storage. * * * *[sic]* * * On Tuesday, October 16, 2012 12:40:59 AM UTC-5, Arpan Patel wrote: > > Hi, > Does Nexus 7 support USB Host Mode ? I want to connect the Nexus 7 via > USB Host to

[android-developers] Re: moderated posts?

2012-10-16 Thread Russ Taylor
Thank you Bob, they are appearing now when I filter. Strange they didn't earlier. I go to Filters -> All of these -> Are my discussions Hopefully I wont need moderating now, thanks again :) -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Re: Matrix maps points to multiples of 4

2012-10-16 Thread bob
Can a floating point really represent 53,944,552 accurately? Remember, it only has 24 bits dedicated to the mantissa. 2^24 is 16,777,216 On Tuesday, October 16, 2012 10:09:23 AM UTC-5, FBondarenko wrote: > > Hi. > > I am using a Matrix that contains only a translation set by > setTranslation()

[android-developers] Play Store - APK free for a limited time??

2012-10-16 Thread galone
Please help me, how I can do to put a apk free for a limited time and then return to price? -- 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] Re: Play Store - APK free for a limited time??

2012-10-16 Thread Streets Of Boston
As far as I know, you can't. It was designed this way to prevent developers from gaming the rating system: Getting a looot of downloads when the app is free and retaining these download-counts (and ratings) when a price is set again. On Tuesday, October 16, 2012 12:11:13 PM UTC-4, galone wrote

Re: [android-developers] Re: Play Store - APK free for a limited time??

2012-10-16 Thread Donal Rafferty
You can't I'm afraid. On Tue, Oct 16, 2012 at 5:20 PM, Streets Of Boston wrote: > As far as I know, you can't. > > It was designed this way to prevent developers from gaming the rating > system: Getting a looot of downloads when the app is free and retaining > these download-counts (and ratings)

[android-developers] GPU Acceleration - still not worth using on 4.1.1?

2012-10-16 Thread Kostya Vasilyev
I'm seeing strange issues with GPU acceleration in my app. First, on 4.0.3 / 4.0.4, a WebView with a dark background color flashes white whenever I reload its data. It does this over the whole screen, which looks really nasty in a multi-panel (fragment) UI. This is on an Asus TF101, Sonty Tablet

Re: [android-developers] Re: Webview question - text selection and highlighting

2012-10-16 Thread Mike Jones
This github project is very similar to what I'm doing in my app: https://github.com/btate/BTAndroidWebViewSelection On Fri, Oct 12, 2012 at 6:27 AM, Bijaya wrote: > hi Mike Jones, > > i ran through your post, i have also working on web view text selection > and highlighting. i am not understand

Re: [android-developers] GPU Acceleration - still not worth using on 4.1.1?

2012-10-16 Thread Romain Guy
> - Am I just so special hitting one bug after another? In a way, yes :) > - Is GPU acceleration, by and large, unexpectedly broken and randomly > unusable, even in 4.1.1 on the Galaxy Nexus? Considering the fact that every app that ships with 4.1.1 (and now 4.1.2) runs with hardware acceleratio

[android-developers] Re: moderated posts?

2012-10-16 Thread Bob S
So is the fault ours or Google's? Did my post actually appear? I know it's there now in the archives, but there aren't any replies. There are no replies to Russ Taylor's messages either from what I see. I guess what is happening is that these 'moderated' posts are eventually allowed, but by

Re: [android-developers] Re: moderated posts?

2012-10-16 Thread Nikolay Elenkov
On Wed, Oct 17, 2012 at 2:28 AM, Bob S wrote: > So is the fault ours or Google's? Did my post actually appear? I know it's > there now in the archives, but there aren't any replies. There are no > replies to Russ Taylor's messages either from what I see. > > I guess what is happening is that th

Re: [android-developers] GPU Acceleration - still not worth using on 4.1.1?

2012-10-16 Thread Kostya Vasilyev
2012/10/16 Romain Guy > > - Am I just so special hitting one bug after another? > > In a way, yes :) > Thank you :) > > > - Is GPU acceleration, by and large, unexpectedly broken and randomly > > unusable, even in 4.1.1 on the Galaxy Nexus? > > Considering the fact that every app that ships w

[android-developers] Re: How can I write webservices to connect between android app & oracle database or my sql database

2012-10-16 Thread Chaitanya Deshpande
On Tuesday, 16 October 2012 19:33:54 UTC+5:30, Chaitanya Deshpande wrote: > > I am developing android app which has lots of database. I want to put it > commonly on sever (is it possible to deploy only database on server). > > I found on net searches - I have to use web service to connect datab

Re: [android-developers] How can I write webservices to connect between android app & oracle database or my sql database

2012-10-16 Thread Kristopher Micinski
This question is overly broad. In general, you write some frontend to your database as a webservice, something like a REST or SOAP frontend. Then you talk to your service using something like an IntenService in your app. Pieces of the app talk to the service which mediates the connection to the

[android-developers] Re: Play Store - APK free for a limited time??

2012-10-16 Thread Andrew Cesario
I'm sure there is a way to do this. Do you mean you want it to be a trial period? or do you want to put a trial app, and your full app?functionality? You could probably package 2 apps... let me know your intention. -ac On Tuesday, October 16, 2012 12:11:13 PM UTC-4, galone wrote: > > Plea

Re: [android-developers] Bound services between two devices

2012-10-16 Thread Mario Denote
> > > If no what is the most appropriate technology I have to use? > > SMS, or the Internet, or Bluetooth, or NFC (Android Beam, > specifically), or WiFi Direct. > > Thanks. So if I choose Internet do I use a socket or i can use other ? -- You received this message because you are subscribed

[android-developers] Re: Virtual device doesn't work?

2012-10-16 Thread bob
Sounds like you're asking for a video mode it doesn't like. Try changing your setEGLConfigChooser call to this: mGLView.setEGLConfigChooser(false); On Monday, October 15, 2012 10:07:48 AM UTC-5, Bob S wrote: > > Hello, I was trying to test out some OpenGL sample code, but it doesn't > run on t

Re: [android-developers] GPU Acceleration - still not worth using on 4.1.1?

2012-10-16 Thread Romain Guy
> Maybe it gets better in 4.2 or 7.1, but with so many new features being > added all the time, I'm not getting my hopes up. Canvas is not getting new APIs/features in the foreseeable future. The focus is on fixing bugs and implementing missing features (non rectangular clip for instance.) -- Rom

Re: [android-developers] Bound services between two devices

2012-10-16 Thread Mark Murphy
On Tue, Oct 16, 2012 at 1:48 PM, Mario Denote wrote: > Thanks. So if I choose Internet do I use a socket or i can use other ? First, bear in mind that you *really* do not want to be opening a server socket unless you have a *lot* of security experience (or have a very large legal defense fund). T

Re: [android-developers] Bound services between two devices

2012-10-16 Thread Kristopher Micinski
I think I already answered this in another thread too... kris On Tue, Oct 16, 2012 at 11:09 AM, Mark Murphy wrote: > On Tue, Oct 16, 2012 at 11:04 AM, Mario Denote > wrote: >> I have to connect and exchange messages between two different android >> devices. I can use Bound services to perform

[android-developers] Re: Play Store - APK free for a limited time??

2012-10-16 Thread galone
want it to be a trial period. Thank you very much for the answer El martes, 16 de octubre de 2012 14:46:48 UTC-3, Andrew Cesario escribió: > > I'm sure there is a way to do this. Do you mean you want it to be a trial > period? or do you want to put a trial app, and your full app?functional

[android-developers] VideoViewDemo

2012-10-16 Thread bob
So, does the VideoViewDemo in apidemos actually work in the emulator? I set path like this: private String path = "/mnt/sdcard/mymovie.mp4"; However, it says: "Can't play this video."

[android-developers] cross-platform development, barebones?

2012-10-16 Thread Bob S
Is there a best/good way to go about cross-platform app development, like a game, for Android and iOS simultaneously (and Mac OS X)? Is there a bare-bones example? I am looking into Unity, someone suggested that on Stack Overflow. I am OK with opening each project file separately in its own

Re: [android-developers] romania developer no merchant acount

2012-10-16 Thread marius m
Thank you but ,i already read all the topics on this subject before (i did some research on this subject ) And i live in Romania ,only in this country i can make a bank account so there is no answer on that topic How about Diablo 3 they linked the game to paypal. And paypall accept any visa c

[android-developers] Re: GUI with monkeyrunner

2012-10-16 Thread Lew
androidnewbie wrote: > i [sic] am writing a test application for android in python using > monkeyrunner.i [sic] want to add some GUI to it,but as monkeyrunner uses > jython,and jython has limited support for python modules,i [sic] am not > able to use > the tkinter modules in my monkeyrunner sc

Re: [android-developers] Re: Automated Testing Tool.

2012-10-16 Thread Lew
yogi wrote: > Thanks for reply,Yes ofcourse have read that and also tried a tool called > Robotium but my requirement is am doing something with NFC were my testing > should wait and take my NFC tag to be tapped,so this is not happening in > this tool am using.So,need any other tool which does

[android-developers] Re: cross-platform development, barebones?

2012-10-16 Thread Lew
Bob S wrote: > Is there a best/good way to go about cross-platform app development, like > a game, for Android and iOS simultaneously (and Mac OS X)? > Start with the user experience. Put together storyboards for the entire flow. > Is there a bare-bones example? I am looking into Unity, some

[android-developers] changed package name in manifest and now getting errors

2012-10-16 Thread John Merlino
I changed my package name in AndroidManifest.xml from com.otl.AndroidRemoteApp to com.otl.AndroidRemoteApp1 because the original apk file is lost and I need to upload the app as new. And in order to do that I have to change the package name. Once I changed the package name, I get errors like this

[android-developers] Try and buy,,,

2012-10-16 Thread sblantipodi
Hi, it seems that google added the try and buy option. >From now on app that uses the in app purchase can schedule a trial period from the market directly. Is this possible for the app that don't use in app purchase but the normal purchase "one time" way? Thanks. -- You received this message

Re: [android-developers] changed package name in manifest and now getting errors

2012-10-16 Thread Mark Murphy
You do not have a class named com.otl.AndroidRemoteApp1.SplashScreen, apparently. Either refactor your source code to also be in com.otl.AndroidRemoteApp1, or adjust your manifest to refer to your components with a correct fully-qualified package name. On Tue, Oct 16, 2012 at 5:15 PM, John Merlino

Re: [android-developers] GPU Acceleration - still not worth using on 4.1.1?

2012-10-16 Thread Adam Ratana
Will the correct drawing of line caps (currently missing?) be implemented in the future? There also seems to be bugs with canvas.drawLines() and gaps appearing between lines at the joins (where an individual for loop to canvas.drawLine() works fine), possibly some line join code is not workin

[android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-16 Thread Piotr Buła
This maybe? http://support.google.com/bin/static.py?hl=en&ts=1114905&page=ts.cs Now, theoretically, issuing fake/unsubstantiated take-down notice can get you in legal trouble. In practice, I have never ever heard of any troll being held responsible for that kind of unfair behaviour (doesn't mean

[android-developers] Re: changed package name in manifest and now getting errors

2012-10-16 Thread John Merlino
I just want to be able to modify the manifest file so i dont have to change source but so that i can also upload this to android market. Currently I was forced to change package name and thats when errors begin occurring all over. On Oct 16, 5:23 pm, Mark Murphy wrote: > You do not have a class n

Re: [android-developers] GPU Acceleration - still not worth using on 4.1.1?

2012-10-16 Thread Romain Guy
> Will the correct drawing of line caps (currently missing?) be implemented in > the future? Yes, but no ETA. > There also seems to be bugs with canvas.drawLines() and gaps appearing > between lines at the joins (where an individual for loop to > canvas.drawLine() works fine), possibly some line

[android-developers] Re: cross-platform development, barebones?

2012-10-16 Thread Bob S
Maybe I should restate the question, my original was maybe misleading. I am interested in developing a cross-platform application in C or C++ such that the same base OpenGLES 2.0 code runs on iOS and Android. Forget about it being a game -- say it is nothing but an OpenGL graphics demo. It's

Re: [android-developers] Re: cross-platform development, barebones?

2012-10-16 Thread Latimerius
On Tue, Oct 16, 2012 at 10:54 PM, Lew wrote: > Bob S wrote: >> Is there a bare-bones example? I am looking into Unity, someone suggested >> that on Stack Overflow. I am OK with opening each project file separately >> in its own IDE, for example Xcode/ Eclipse. But it would have to be in the >>

Re: [android-developers] Re: cross-platform development, barebones?

2012-10-16 Thread Bob S
> > (for the Android side, ever heard of NDK?). > Yes, that is my question! Did you read my original post? NDK would seem to be what I want, yet there are all these disclaimers when you download it that warn you away from it. They pretty much say "you do not want to use this", and I am ask

Re: [android-developers] Re: changed package name in manifest and now getting errors

2012-10-16 Thread Mark Murphy
On Tue, Oct 16, 2012 at 5:42 PM, John Merlino wrote: > I just want to be able to modify the manifest file so i dont have to > change source but so that i can also upload this to android market. > Currently I was forced to change package name and thats when errors > begin occurring all over. Then

[android-developers] Re: Virtual device doesn't work?

2012-10-16 Thread bob
Seems like this is a problem with the BasicGLSurfaceView sample. I bet the emulator doesn't like OpenGL ES 2.0. On Monday, October 15, 2012 10:07:48 AM UTC-5, Bob S wrote: > > Hello, I was trying to test out some OpenGL sample code, but it doesn't > run on the AVD I set up. It does run directl

Re: [android-developers] Re: cross-platform development, barebones?

2012-10-16 Thread Kristopher Micinski
On Tue, Oct 16, 2012 at 6:12 PM, Bob S wrote: >> (for the Android side, ever heard of NDK?). > > > Yes, that is my question! Did you read my original post? NDK would seem to > be what I want, yet there are all these disclaimers when you download it > that warn you away from it. They pretty much

[android-developers] Re: Virtual device doesn't work?

2012-10-16 Thread Bob S
Actually turns out it worked once I edited the emulator to have *GPU Emulation* set to *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

Re: [android-developers] Re: cross-platform development, barebones?

2012-10-16 Thread Kristopher Micinski
The NDK is for *pieces* of an app. Typically very high performance pieces, but not the actual app itself. kris On Tue, Oct 16, 2012 at 6:23 PM, Kristopher Micinski wrote: > On Tue, Oct 16, 2012 at 6:12 PM, Bob S wrote: >>> (for the Android side, ever heard of NDK?). >> >> >> Yes, that is my qu

Re: [android-developers] Re: cross-platform development, barebones?

2012-10-16 Thread Latimerius
On Wed, Oct 17, 2012 at 12:12 AM, Bob S wrote: >> (for the Android side, ever heard of NDK?). > > > Yes, that is my question! Did you read my original post? NDK would seem to > be what I want, yet there are all these disclaimers when you download it > that warn you away from it. They pretty muc

<    1   2   3   >