[android-developers] Working with Android RAM ?

2012-10-29 Thread chain_chelliah
My application based on time and attendance. There i required to save templates into database. To Matching the templates with database is take more time than LINUX OS. So, i planned to store those templates into RAM and have to done the matching process at RAM itself. I need a help how to

[android-developers] Android Browser plug in

2012-10-29 Thread Mr cool
i am new android , i need to build a plug for android native browser ,i don't where i start it, i surfing internet i don't get correct source for my development any one have sample code for Android browser plug in -- You received this message because you are subscribed to the Google

Re: [android-developers] Android Browser plug in

2012-10-29 Thread Michael Banzon
Please note that Android native browser is a very broad definition. The hardware vendors and/or Android distributers are free to include/exclude any browser of their choosing (afaik). There is also very big differences between the versions actually included in commercial products. Even among new

Re: [android-developers] Android Browser plug in

2012-10-29 Thread Michael Banzon
And - if I might ask - why are you making a plugin for the browser? Maybe the thing you are trying to achieve could be done another way? On Mon, Oct 29, 2012 at 8:03 AM, Mr cool ponnd...@gmail.com wrote: i am new android , i need to build a plug for android native browser ,i don't where i

Re: [android-developers] Swipe+tab

2012-10-29 Thread Mulsaniya Bhadresh
http://thepseudocoder.wordpress.com/2011/10/13/android-tabs-viewpager-swipe-able-tabs-ftw/ -- 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: [Android LVL] Sporadic false negatives on client devices

2012-10-29 Thread Zsolt Vasvari
No idea why you decided to write what you did, as it contributes nothing to the topic. Get a life, dude. On Monday, October 29, 2012 1:07:08 AM UTC+8, Lew wrote: Zsolt Vasvari wrote: Google hires the best of the best of the best, but they're only human too. I couldn't disagree more.

[android-developers] Where is the code of the browser's select all bar?

2012-10-29 Thread Hilda Chen
Hi: if i long press a text in the browser, the browser will display a bar/menu above. and the bar contains SELECT ALL icon and some other icons. I want to know where the code of the bar in the android source code.

[android-developers] Re: Nexus 7 USB Host - Not able to enumerate device

2012-10-29 Thread al
HI, first: USB-Host including the USB-Host api works for me on the Nexus 7 - no root required. You could try an app like USB Device Info to validate your hardware setup (usb adapter etc.). I have setup intents and filters, but I also assume they are not necessary if you scan for devices

[android-developers] Swipe+tab

2012-10-29 Thread Jxn
Have you checked.Google's compatibility library for using 4.0 API on lover versions of Android? Check the Android developer site on more information. -- 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: Where is the code of the browser's select all bar?

2012-10-29 Thread Hilda Chen
I have known the bar was named action bar,but i don't also know where the code is . 在 2012年10月29日星期一UTC+8下午3时57分31秒,Hilda Chen写道: Hi: if i long press a text in the browser, the browser will display a bar/menu above. and the bar contains SELECT ALL icon and some other icons. I want to know

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-29 Thread Jxn
Neither did your post. And yes, you sounded bitter. You shouldn't as you apparently got to an interview. Shouldn't be to bad on a resume. And by the way, you was only the best of the best. Google hire the best of the best of the best. See previous posts. ;-) But this is OT. -- You received

[android-developers] Sharing Data Android

2012-10-29 Thread Abdul Rahman Majeed
i am using this code // Image saved code here - private Bitmap LoadImage(String URL, BitmapFactory.Options options) { Bitmap bitmap = null; InputStream in = null; try { in = OpenHttpConnection(URL); bitmap = BitmapFactory.decodeStream(in, null,

[android-developers] Re: LetterRecognizer API in the Gesture class

2012-10-29 Thread Andy India
Hi Mor, Did you get any update about the same like LetterRecognizer in Gesture. I need to implement it in one of my project. You have posted 2 years back. Please help me if you get any update. Thanks, Andy On Tuesday, October 12, 2010 1:29:24 AM UTC+5:30, Mor G. wrote: Hi, I'm

[android-developers] Low level APIs for networking

2012-10-29 Thread Abhishek
Hi, We intend to use android for a custom protocol stack development which would require access to the Layer 2 PDUs sent out on the Wifi interface. Are there any APIs which would give us this level of access. Basically, we want to be able to send and receive raw bytes without having to use

[android-developers] Low Level Wi-fi APIs

2012-10-29 Thread Abhishek
We intend to develop a custom network stack on android based on wifi. For this, we would need access to the lower layer of network stack where we could modify the Layer 2 PDUs. Is this possible. Where would I find relevant information. -- You received this message because you are subscribed to

[android-developers] Blocked by Moderator?

2012-10-29 Thread Anders Rundgren
I have sent several messages to this list and none of them show up. What's the reason for this? Anders Rundgren -- 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] プロガード optimizationsオプションにつぃて

2012-10-29 Thread android.makilette
マキレットです。 いきなりですが質問です。 -optimizations で指定する code/simplification/arithmetic は[3+3]を[6]に変えることのようなものを削除出来ると思いますが、 code/simplification/cast ではどのような効果が得られるのでしょうか? ちなみに、arithmeticはandroidバージョン2.0以降でしか指定できないらしいです。 以上お手数おかけいたしますが、宜しくお願い致します。 以上 -- You received this message because you are

[android-developers] Is it really necessary an Intel CPU for building the SDK?

2012-10-29 Thread ardi
Hi, I'm on MacOSX. I've read the instructions for building the Android SDK from source. I understand the precompiled SDK is available for Intel machines only, but, however, reading the source prerequisites, it seems to imply that only Intel Macs are supported. Is this true? And, if

[android-developers] onDraw method, Lots of problems.

2012-10-29 Thread new_android_dev
I've been struggling on how to make a very large canvas display in an app I'm making. Here a picture of what I'm trying to draw: dl.dropbox.com/u/12945652/temp.PNG At the moment I've implemented it like this: https://dl.dropbox.com/u/12945652/RowView.java But sticking everything and repeating

[android-developers] Determing icon location in live wallpaper

2012-10-29 Thread Ben Brosius
Is there anyway currently to determine the location of icons and widgets on the homescreen for a live wallpaper. I'd like to adjust my wallpaper to display only in visible areas in the background. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Need to show image on expandablelistview

2012-10-29 Thread anuja dharmadhikari
Hello,, On My project I need to show indicator icon (book open and book close) . I Make use of selector .. However, it is completely all right when i run on emulator (2.3.3) But not shown On device(Android 4.0 ICS Tablet) What will be the reason? Or where I need to modify in my code? --

[android-developers] Need solution for 'Failed to instantiate ' in Eclipse

2012-10-29 Thread Cayce
I've been trying for half a day to resolve this. I have a new install of the Android SDK, with Eclipse, all current as of this date, with all SDK items installed dating back to v 2.2, all tools, all extras, etc. I'm on a Mac, 10.6.8. I'm wanting to begin my first project but can't get past the

[android-developers] Re: Your Registration to Google Play is still being processed.

2012-10-29 Thread Carlos Martinez
i have this problem too, made the registration October 22, they charged me, but account is still processing, google wallet says the payment is pending, but they already charged me the money to my debit card, and my tickets just are ignored, 4 days have passed.. On Tuesday, August 14, 2012

[android-developers] Problems with installing Android Emulator on Eclipse

2012-10-29 Thread Dafna
I installed the eclipse environmet and the android in it. While trying to run my android application on my motorola-defy it works grate. Myapplication is working with fragments so I wrote diffrent layouts for large and small devices. That's why it's important to me to run it on a Tablet screen.

[android-developers] Unreliable resource bucket loading on Nexus7

2012-10-29 Thread Lili Deng
I am working on adding tablet support on an app. To identify tablet or phone, I try to rely on a boolean value defined in resource of different bucket, like: -values bool.xml resources bool name=isPhoneLayouttrue/bool /resources -values-large bool.xml resources

[android-developers] question

2012-10-29 Thread Бутенко Владимир
Why can not I make a donation to the developer with the card alfobank -- 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] Testing `onActivityResult()` with JUnit

2012-10-29 Thread codeguru
As a watered down example, say I have an activity, called StartActivityForResult, with a button which launches ChildActivty: private View.OnClickListener onStart = new View.OnClickListener() { @Override public void onClick(View view) { Intent intent = new

[android-developers] setInstallLocation on JeallyBean

2012-10-29 Thread Rakesh Raja
Can any one tell me why setInstallLocation is not working on Jeally Bean? -- 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] Blocked by Moderator?

2012-10-29 Thread Harri Smått
Hi, I found two messages posted by you, on October 17th and 22nd. If there are others consider resending them. And yes, it's either moderating or some other issue causing problems to post here every now and then AFAIK. -- H On Oct 27, 2012, at 1:42 AM, Anders Rundgren

[android-developers] Recording frames generated by Open GL ES on android

2012-10-29 Thread James Hess
I am capturing frames from camera and rendering them in real time via OpenGL ES 2.0. Now I want to record them to a movie file along with audio. On iPhone, I had AVAssetWriter that would take care of the recording, giving me 30fps. What are my options on android? I tried searching but couldn't

[android-developers] Re: Android Tablet Lockdown

2012-10-29 Thread Jarrett Volzer
Take a look at TabPilot Tablet Manager. It's listed in Google Play. It's for locking down multiple tablets into kiosk mode that requires a password to exit. You can configure which apps appear on the screen via a cloud-based system that controls them all wirelessly. It's different than an

[android-developers] Re: widget on lockscreen

2012-10-29 Thread Francois Simard
Hi is this available now? I noticed that SongZa shows a widget on the lock screen so that you can quickly change track. Is there any documentation about this? Thanks. Le mardi 29 juin 2010 11:22:36 UTC-4, manigault a écrit : Hi all i am developing music player and i want to put some controls

[android-developers] Getting ip address from textbox in gui and connect to it

2012-10-29 Thread Gokul Raj
Can anyone help me with the steps in getting ip address from the textbox and connect to that ip address... 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] native_takePicture method code source

2012-10-29 Thread Hualu Qi
Hi, last time i want to override android.hardware.camera class, but some native methods are so boring that i can not know how to @Override it, take native_takePicture as example. i want to write code to implement Spy camera with any sound warn user, it means that the Device should not

[android-developers] Hai im a newbiee

2012-10-29 Thread krithika rajan
hai frnz i have just started my android developer training..i came across a term called 'register based'..can anyone tell what is register based..and pls explain the difference between stack based and register based -- You received this message because you are subscribed to the Google Groups

[android-developers] Exibir os Tweets em uma das telas da minha aplicação.

2012-10-29 Thread NSON
Eu sou novo em desenvolvimento mobile mas estou conseguindo criar meu aplicativo. Eu estou com dificuldade em mostrar os tweets de um determinado usário, por exemplo: @gilbertoloubach - (Desenhos mostrar os tweets apresentados por esse usário) Tentei utilizar a API twitter4j, mas como sou novo

[android-developers] Can any One Give Me Some About The IMage Posting in twitter

2012-10-29 Thread Naveen
Can any One Give Me Some About The IMage Posting in twitter i m new an android any one give suggestuion to post image on twitter -- 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] correct usage of adb shell input

2012-10-29 Thread Abhijeet Kamble
hi friends, i am trying to reach CALIBRATION through ADB command line: adb shell $ am start -a android.settings.SOUND_SETTINGS it reaches to the: Settings-sound display - Now i want to know how can i reach to Settings-sound display - calibration please replay on this friends, my phone is

[android-developers] Getting ip address from textbox in gui and connect to it

2012-10-29 Thread Gokul Raj
Can anyone help me with the steps in getting ip address from the textbox and connect to that ip address... 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] About android-support-v4.jar

2012-10-29 Thread Yu Zhuang
i want to know wether this package android-support-v4.jar have a new version. i found there are two packages whitch one is pubished in 12-15-2011 and the other is in 04-25-2012. i am using the before one, but it sometimes not work, the error log is about the xml code. So i want to know

[android-developers] Issue about the Android bluetooth secure simple pairing

2012-10-29 Thread cgha
I want to use the Just Work Mode in secure simple pairing because our customer asked this feature and our product has no display or keyboard. But it seems have some problems. Most of the devices seems can not connect to it after paired. My device want to pair is a healthy instrument and has no

[android-developers] Re: Calling Activity from Service

2012-10-29 Thread Joe Malin
Oooh. Don't call Activities from a Service. If you do that, in essence you're popping something to the foreground independent of the user's actions, which is a Bad Thing. Why call Activity B? Can't you do the work in the Service? If you need user input, try using an AsyncTask instead of a

[android-developers] Re: Override OnKeyPreIme of an EditText getted from a View

2012-10-29 Thread Greg Mayworm
I am having the same result. Did you resolve this issue? On Monday, May 28, 2012 7:22:57 PM UTC-5, tete wrote: Hello people, I want to override the OnKeyPreIme method of a EditText got from a findByView(int id), to make the activitiy finish() when user press back key. The only way I

[android-developers] Friendly user testing VS (restricted access in) Play Store

2012-10-29 Thread grOcs
I'm currently developing an App looking for a way to be able to *easily* distribute it to some *Friendly users* (in practice: people in my network) to gather comments / suggestions before making it publicly available. Is there a way to use the Play Store for this (leveraging its ease of use

[android-developers] Radio power state during an open TCP/IP connection

2012-10-29 Thread Irwin Billing
Does keeping an open TCP/IP connection keep the radio in a high-power state for the duration of the connection? GCM is implemented as a persistent TCP/IP connection and I would assume Google wouldn't implement it like that if it did. Any pointers would be great. I have to keep a connection

Re: [android-developers] Is it really necessary an Intel CPU for building the SDK?

2012-10-29 Thread Mark Murphy
This list is for developing apps with the Android SDK. Questions on building the Android source code belong on one of the lists hosted at http://source.android.com. On Sun, Oct 28, 2012 at 5:26 PM, ardi ardillasdelmo...@gmail.com wrote: Hi, I'm on MacOSX. I've read the instructions for

Re: [android-developers] WebView setRotateX()/Y() glitch

2012-10-29 Thread Avetik Kazhoyan
Sorry for late reply. I tried hardware layers, WebViews render content incorrectly esp. divs with position: fixed. Software layers are better but UI gets quite slow if there are multiple WebViews. So I used usual OpenGL to show web page textures in 3D, and switched to 2D / WebViews for user

[android-developers] Developing Android Apps on an iMac

2012-10-29 Thread Leroy Trolley
Hi Is it possible to run Eclipse and develop Android apps on an iMac? Leroy -- 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

Re: [android-developers] Re: OS/X ADB can't find Android devices?

2012-10-29 Thread KUL KING
I also have a pantech mobile but I am unable to connect it on Ubuntu or Windows. Please help me. On Thu, Oct 25, 2012 at 8:02 PM, John Lussmyer j...@teamunify.com wrote: Turns out that MacBookPro's have crappy USB ports. I had to use a powered USB hub to connect the phone, then it all worked.

[android-developers] Aceess to one app only when phone works

2012-10-29 Thread mamad
The app that I am planning to develop must be run in phone start up and after running this app all other resources of the phone must be locked. Consequently, the users could not access to other parts of the phone and only granted access to work with this app. -- You received this message

[android-developers] Re: Android ADK problem

2012-10-29 Thread Luis
I've been having the same issue. Whenever fileinputstream.available() is used to read from the USB accessory, a java.io.IOException ioctl failed: EINVAL (Invalid argument) is thrown. No problems with writing. Did you find a solution for this? Thanks. On Saturday, July 21, 2012 4:22:29 AM

[android-developers] Aceess to one app only when phone works

2012-10-29 Thread mamad
The app that I am planning to develop must be run in phone start up and after running this app all other resources of the phone must be locked. Consequently, the users could not access to other parts of the phone and only granted access to work with this app. -- You received this message

[android-developers] Re: How to use a OnClickListener in Fragment

2012-10-29 Thread Max Dell'Orco
This doesnt work at all. You should create a method in the FragmentActivity that recall the method inside your Fragment. Declaring a Fragment ref inside your FragmentActivity. Il giorno giovedì 13 ottobre 2011 15:28:18 UTC+2, Streets Of Boston ha scritto: In your onCreateView callback of your

[android-developers] no face lock after update to ics 4.0.4

2012-10-29 Thread koki alaa
after i update samsung glaxy tab 7 plus to ics 4.0.4 official site , no face lock in screen lock , pattern only -- 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

Re: [android-developers] Determing icon location in live wallpaper

2012-10-29 Thread Mark Murphy
On Sun, Oct 28, 2012 at 8:50 PM, Ben Brosius benbros...@gmail.com wrote: Is there anyway currently to determine the location of icons and widgets on the homescreen for a live wallpaper. Only if it is your own home screen. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Re: SlidingDrawer - Setting height moves the view up

2012-10-29 Thread Manojkumar Nimbalkar
try setting on the SlidingDrawer android:layout_alignParentBottom=true. -- 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] sip

2012-10-29 Thread mahendra mahajan
Sipmanager instance return null value plz reply me urgent -- 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] Jelly Bean Edit Calendar Event Intent

2012-10-29 Thread Mike Summerton
I have some code in my app which uses an intent to bring up the built in Calendar editor to edit the event. It works fine pre ICS, but on Jelly Bean it only allows me to edit the event's alarms and timezone. The code used is taken straight from the Calendar Provider documentation: long eventID

[android-developers] Fancybox: cannot scroll on Android phones

2012-10-29 Thread Andrew Canfield
I am using Fancybox to output the results of a calculator on my website: inlandprotitle.com Output looks good on desktop and iphone (using: -webkit-overflow-scrolling: touch;). Output is cropped on android phones. Is there someway to enable fancybox scrolling on the android phone? -- You

Re: [android-developers] About android-support-v4.jar

2012-10-29 Thread Mark Murphy
On Thu, Oct 25, 2012 at 11:59 PM, Yu Zhuang guang...@gmail.com wrote: i want to know wether this package android-support-v4.jar have a new version. There are several versions of the Android Support package. So i want to know wether it always work well if i use the new package? I would

[android-developers] How to get support for your Android app in Google Play? Any Developer Support Manager in this group?

2012-10-29 Thread LL
Let me try to provide detailed description of the problem - hopefully it'll help to explain my situation. My company published pretty good language learning application 2 years ago to Google Play (then Android Market). Over those 2 years - everything was going OK, app is pretty well

[android-developers] Re: TelephonyManager getLine1Number() returns 10 or 11 characters?

2012-10-29 Thread Sean Stalker
I know this is an old post... Try: android.telephony.PhoneNumberUtils.formatNumberhttp://developer.android.com/reference/android/telephony/PhoneNumberUtils.html#formatNumber(java.lang.String) (String http://developer.android.com/reference/java/lang/String.html source) -- You received this

[android-developers] tenho um sansung GT-i7500, e nao consigo fazer a atualizaçao do android market(dá erro de servidor)

2012-10-29 Thread pedro miguel padre nosso martins
-- 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] Rotação Ecrã

2012-10-29 Thread mendes128
Hi I am trying to develope an app for android in school and i am new on this field and i whant to know two things: 1st how can i make my app rotate when i rotate the phone? 2nd it's possible to integrate the app voice search on my app? or sommething like that? Thank you -- You received this

Re: [android-developers] Package Data in Database with App?

2012-10-29 Thread issy
Hi Mark, Thank you for the link Will we be able to load a huge database like a one with around 10 tables and each table having around 80-100 rows? If it won't work is there any other option? Thanks On Tuesday, October 16, 2012 5:10:52 PM UTC+3, Mark Murphy (a Commons Guy) wrote: On Fri,

[android-developers] Test accounts blocked due to In-App Billing transactions

2012-10-29 Thread Roni Yaniv
Hi there, we are currently developing In-App Billing for our app, and we have two test accounts - one is used by the developer in the Ukraine and another one used by me (testing). Both of these accounts were provided with the details of the same debit card to make purchases. After some

[android-developers] Need Help with Make App

2012-10-29 Thread albazi
hello how are you today? i'm new here i don't know nothing about how to make App for Android i just download/installed (eclipse juno) i'm runing windows 7 i like to make playlist App for Android can any one help me tell me how? here what i need i have make it for the website but idon't know

Re: [android-developers] Aceess to one app only when phone works

2012-10-29 Thread Mark Murphy
Questions on how to build your own firmware that contains this feature are best asked on a list hosted at http://source.android.com. On Sat, Oct 27, 2012 at 8:49 AM, mamad m.shariat...@gmail.com wrote: The app that I am planning to develop must be run in phone start up and after running this

Re: [android-developers] how to create voice chat program using sip in android?

2012-10-29 Thread Tom
Hi, I have download one sample application using Csipsimple but the app required domain . So how to create domain for sip.. And please tell me more details about that On Sunday, 28 October 2012 11:09:03 UTC+5:30, dragon fire wrote: Use Csipsimple which is a open source project On Fri,

[android-developers] Authentication failed with Paypal Mobile Express Checkout Library sample app

2012-10-29 Thread saex
i'm testing the sample app for Mobile Express Checkout Library with Android. This is the link to the project and the library: https://www.x.com/sites/default/files/PayPal_MECL_1.0_Android-Developer-Package_0.zip When i press the review order button it calls to this method:

[android-developers] Re: Eclipse Android Virtual Device on the retina MacBook Pro

2012-10-29 Thread Will
Debugging on a real device is nice, but if you don't have a device at every O/S level, then you're stuck using the emulator. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Android Browser plug in

2012-10-29 Thread Anders Rundgren
I wanted the same but have given up on the idea since plugins doesn't exist in Android and have been removed in Windows 8. The currently only useful method seems to use a custom protocol like Google does with market://. If you search stackoverflow you will find example of how you do that. It is

[android-developers] Re: Is it legal to implement APK's silent installation for commercial use?

2012-10-29 Thread nobre
You look more interested in being able to do the same misbehavior that your competition is able to. Me as a user would certainly keep away of apps like this forever as soon as I found out about it. Em segunda-feira, 29 de outubro de 2012 01h53min00s UTC-2, alex kyo escreveu: Thanks Nitin

[android-developers] ListView: row content independent clickable areas

2012-10-29 Thread Marcin Orlowski
Hi, I am trying to achieve listview row layout that would let me use click areas (views i could bind OnClickListener to) no matter on real row content. I do not want to use OnTouchListener, so my attempt is based on using RelativeLayout and overlay real row content with click areas. But for some

[android-developers] XML Schema Validation in Android

2012-10-29 Thread Anders Rundgren
Since Google has declined to support XML Schema validation http://code.google.com/p/android/issues/detail?id=7395 and the method for adding an XML schema-compliant parser is not actually implemented (!) I took a somewhat dated Xerces port of mine and made it available for general use. The

[android-developers] Re: Developing Android Apps on an iMac

2012-10-29 Thread RichardC
Go to: http://developer.android.com/sdk/index.html and click on *System Requirements* On Thursday, October 25, 2012 4:38:51 PM UTC+1, Leroy Trolley wrote: Hi Is it possible to run Eclipse and develop Android apps on an iMac? Leroy -- You received this message because you are subscribed

[android-developers] Re: Developing Android Apps on an iMac

2012-10-29 Thread bob
Yes, I have done it personally. On Thursday, October 25, 2012 10:38:51 AM UTC-5, Leroy Trolley wrote: Hi Is it possible to run Eclipse and develop Android apps on an iMac? Leroy -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Need Help with Make App

2012-10-29 Thread bob
Sounds like you will want to put it in a WebView and enable JavaScript. On Sunday, October 28, 2012 11:39:54 AM UTC-5, albazi wrote: hello how are you today? i'm new here i don't know nothing about how to make App for Android i just download/installed (eclipse juno) i'm runing

[android-developers] Re: Unreliable resource bucket loading on Nexus7

2012-10-29 Thread Streets Of Boston
For nexus7, use the *sw600dp* instead of *large*. http://android-developers.blogspot.com/2012/07/getting-your-app-ready-for-jelly-bean.html On Saturday, October 27, 2012 2:45:24 PM UTC-4, Lili Deng wrote: I am working on adding tablet support on an app. To identify tablet or phone, I try to

[android-developers] Re: Creating a PDF on Adroid?

2012-10-29 Thread JP
Unless, of course those libraries are included in the app. As always, depends on availability/licensing. On Oct 25, 10:15 pm, Kristopher Micinski krismicin...@gmail.com wrote: depends, some libraries are not included, if it's linking against those then that will not work.. kris On Fri,

[android-developers] No sample tutorials for Paypal Mobile Express Checkout with Button in the app?

2012-10-29 Thread saex
I'm testing the sample app for Mobile Express Checkout Library with Android. This is the link to the project and the library: https://www.x.com/sites/default/files/PayPal_MECL_1.0_Android-Developer-Package_0.zip There are two ways to do the checkout, with the button on the mobile App and

[android-developers] Re: Getting ip address from textbox in gui and connect to it

2012-10-29 Thread bob
Socket s = new Socket(((TextView)findViewById(R.id.ip_text)).getText(), 8080); On Saturday, October 27, 2012 8:55:54 AM UTC-5, Gokul Raj wrote: Can anyone help me with the steps in getting ip address from the textbox and connect to that ip address... Thanks in advance:-) -- You received

Re: [android-developers] Re: Creating a PDF on Adroid?

2012-10-29 Thread Kristopher Micinski
Uh... well usually those providing system facilities aren't really included in third party jars .. kris On Mon, Oct 29, 2012 at 10:53 AM, JP joachim.pfeif...@gmail.com wrote: Unless, of course those libraries are included in the app. As always, depends on availability/licensing. On Oct 25,

[android-developers] Re: No sample tutorials for Paypal Mobile Express Checkout with Button in the app?

2012-10-29 Thread John Coryat
You may run into other problems using PayPal to collect money through your Android app. The only allowed use of a non-Google Play payer is for physical goods or services. If you plan on submitting your finished app to Google Play, it will now be rejected if you user a payer other than Google

Re: [android-developers] Getting custom input/info from peer devices in WiFi Direct

2012-10-29 Thread Irfan Sheriff
On Tue, Oct 23, 2012 at 6:07 AM, A. Farhan clausn...@gmail.com wrote: Hello. I am new to this Android programming. Is it possible to display any custom data from other WiFi Direct peers other than client info? The scenario is like this: Client A B uses WiFi Direct app with custom coding.

Re: [android-developers] Aceess to one app only when phone works

2012-10-29 Thread Kristopher Micinski
I thought I'd already explained that this doesn't make any sense, but in any case it does not belong on android-platform. You need to do a lot of work, at least do things like rewriting the package manager to stop broadcast intents, cut apps receiving on boot intents, things like that.. kris On

Re: [android-developers] Blocked by Moderator?

2012-10-29 Thread Jim Graham
On Fri, Oct 26, 2012 at 03:42:47PM -0700, Anders Rundgren wrote: I have sent several messages to this list and none of them show up. What's the reason for this? Was the first of those posts your first one to this group? If so, it was held for moderation, and any after that until your first one

Re: [android-developers] Re: Android Browser plug in

2012-10-29 Thread Michael Banzon
The custom url scheme is actually why I asked what the purpose was. The ability to match an url is also a possibility (like the YouTube app) which makes many normal use cases of browser plugins obsolete (there are still many though). On Mon, Oct 29, 2012 at 1:15 PM, Anders Rundgren

Re: [android-developers] I had android doubt.Please help me to solve it.

2012-10-29 Thread Jim Graham
On Mon, Oct 29, 2012 at 10:33:20AM +0530, Siva Kumar wrote: I had android doubt.Please help me to solve it. Are you saying you have a problem with some Android development (using the SDK) issue? If so, you need to A) tell us what you're trying to develop B) explain what you've done so far to

[android-developers] setNextMediaPlayer for Video

2012-10-29 Thread Shagan
Hi Guys, I was trying to play two videos gapless using the setNextMediaPlayer of API16. I see the videoaudio of the first, but then only the audio of the second one. I assume it is coz the first MediaPlayer still has access to the SurfaceHolder/SurfaceView. Why doesn't the second

Re: [android-developers] Re: Override OnKeyPreIme of an EditText getted from a View

2012-10-29 Thread S . T . V . Ingeniería
No, i couldn't resolve it. Sorry. 2012/10/25 Greg Mayworm gmayw...@gmail.com I am having the same result. Did you resolve this issue? On Monday, May 28, 2012 7:22:57 PM UTC-5, tete wrote: Hello people, I want to override the OnKeyPreIme method of a EditText got from a findByView(int

[android-developers] Using OpenGL ES 2.0 on camera buffers

2012-10-29 Thread James Hess
Hi, I looked around yesterday for an answer to this but couldn't find a proper way to do this. All of the answer were 'hacks' sort of, results in huge loss in fps doing this. I am wondering if there's an 'official' way to get camera buffer to GPU? What I mean by that is: a) Avoid converting

Re: [android-developers] Using OpenGL ES 2.0 on camera buffers

2012-10-29 Thread Harri Smått
Hi, I'm not exactly sure if I understood your goal correctly but take a look on; http://developer.android.com/reference/android/graphics/SurfaceTexture.html http://developer.android.com/reference/android/hardware/Camera.html#setPreviewTexture(android.graphics.SurfaceTexture) They provide you

[android-developers] append text to a WebView

2012-10-29 Thread bob
Is there any easy way to append text to a WebView? 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 this group, send email to

Re: [android-developers] Using OpenGL ES 2.0 on camera buffers

2012-10-29 Thread James Hess
Thanks for the input. My goal is to create a 'ChromaKey' application. Basically, removes greencolor from background and replaces it with a custom image, in real time and records it. Relatively simple to do on iOS. On Monday, October 29, 2012 3:02:45 PM UTC-4, Harri Smått wrote: Hi, I'm not

Re: [android-developers] How to get support for your Android app in Google Play? Any Developer Support Manager in this group?

2012-10-29 Thread TreKing
On Fri, Oct 26, 2012 at 11:50 AM, LL pred...@langlearner.com wrote: Do you have any advice on how to get in touch with some manager from Google Play developer support and make this right? Find an harass them on Google+.

Re: [android-developers] Hai im a newbiee

2012-10-29 Thread TreKing
On Sun, Oct 28, 2012 at 5:46 AM, krithika rajan itsme.kree...@gmail.comwrote: hai frnz i have just started my android developer training.. I would suggest your put your Android developer training on hold and do so English training. i came across a term called 'register based'..can anyone

Re: [android-developers] Friendly user testing VS (restricted access in) Play Store

2012-10-29 Thread TreKing
On Sat, Oct 27, 2012 at 6:49 AM, grOcs guy.ro...@gmail.com wrote: Does the Play Store provide something like this ? No. Or are there any other easy means to have it distributed (without the need for people to manually upload it to their device using SDK/adb) ? Throw it up on the web,

Re: [android-developers] Sharing Data Android

2012-10-29 Thread TreKing
On Thu, Oct 25, 2012 at 10:07 AM, Abdul Rahman Majeed a.rahman@gmail.com wrote: But its does not work :( what is wrong in this What's wrong is posting a huge blob of code and saying its [sic] does not work, as if we're supposed to read your mind to determine what does not work means. Try

[android-developers] Re: can adb server connect to adbd on the same device?

2012-10-29 Thread Diego Torres Milano
adb is already installed (at least in Jelly Bean). *root@android:/ # type adb* *adb is /system/bin/adb* On Saturday, 27 October 2012 05:03:52 UTC-4, mylz wrote: In normal usage, adb works on host, like PC, and adbd works on device. They communicate with each other by USB or TCP mode. Now

  1   2   >