[android-developers] Re: Multiple ViewPagers in one activity (bug in support library?)

2016-07-28 Thread Adrian Kohls
It's no a bug It's just give specific ID's I made a stack question http://stackoverflow.com/questions/38615298/solved-reuse-of-same-layouts-inside-one-layout-using-multiple-includes-tabla I enter in this problem and found the answear here This Thread was very helpful I hope it will give many

Re: [android-developers] Block application install

2016-07-03 Thread Adrian Tudor
word query for this one. This > prevents every application from (un-)installing unless you enter the right > password. > Am 03.07.2016 11:24 vorm. schrieb "Adrian Tudor" <off...@adrian-tudor.com > >: > >> I want to make an application that block all new ap

[android-developers] Block application install

2016-07-03 Thread Adrian Tudor
I want to make an application that block all new applications install. (Block all .apk install and all play store install) I don't have root access on my device. So when i want to install an app, an popup with a password should appear. I just want to block all. I searched but didn't find

[android-developers] Strange webView problem

2016-03-14 Thread Adrian Ivasku
Hello, I have a string that I load to a WebViev. String test1 = "[/quote_content] [/quote]Ipak, fotografije gradilišta pokazuju da se na kulama radi, " + "ali da još uvek zgrade nisu “nikle iz zemlje”. U toku su radovi na postavljanju šipova, zato što se gradi na " +

[android-developers] Re: Publishing Question

2016-03-13 Thread Adrian Ivasku
I don`t think so... It is copyrighted... On Sunday, March 13, 2016 at 2:36:20 PM UTC+1, Itay T wrote: > > Uhm?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an

[android-developers] Advice - news app

2016-02-27 Thread Adrian Ivasku
Hello, I am trying to make a news app that would read news from a particular web page... I have done this with Jsoup library but it is very slow... on a fast phone with good internet connection it takes for 3-6 seconds to load a page... and I have optimized the code that gets the Document

[android-developers] Use gradle variable in java (Android Studio)

2016-01-27 Thread Adrian Ivasku
I have in my gradle file something like : String packageName = com.test.free Now I want this String packageName to use in my java class. Is it possible? How can I transfer this String from gradle to java ? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
as a dependency. Pure Java module works with pure Java main module app, only if it contains NDK code it cannot be extended. Do you have experience with NDK and Android Studio? Any idea what could be the problem ? On Sunday, January 10, 2016 at 9:14:10 PM UTC+1, niks wrote: > > Hi Adrian,

[android-developers] Re: Android studio inherit class from external module

2016-01-12 Thread Adrian Ivasku
as a dependency. Do you have experience with NDK and Android Studio? Any idea what could be the problem ? On Sunday, January 10, 2016 at 9:14:10 PM UTC+1, niks wrote: > > Hi Adrian, > > I will look into your issue. But from what I read, really quickly, from > your stakeoverflow post I sa

[android-developers] Re: Andriod error

2016-01-10 Thread Adrian Ivasku
I usually get this error when I have an error in my gradle file. Did you check the gradle file for any errors? I recently converted some projects from Eclipse to Android Studio and you need to write all the gradle files, or atleast fix them. The error is 99% in one of your gradle files. On

[android-developers] Android studio inherit class from external module

2016-01-10 Thread Adrian Ivasku
Hello everybody, I have a strange question about inheritance from classes that are from diferent modules. I have posted the question here: http://stackoverflow.com/questions/34698454/android-studio-inherit-class-from-external-module If anybody has any idea or advice, please share. Greetings

[android-developers] Re: Andriod error

2016-01-10 Thread Adrian Ivasku
I usually get this error when I have an error in my gradle file. Did you check the gradle file for any errors? On Sunday, January 10, 2016 at 2:06:11 PM UTC+1, Usha Rani wrote: > > I had converted a project from eclipse to andriod studio.When i tried to > run the project in andriod studioiam

[android-developers] Re: First app not working

2016-01-10 Thread Adrian Ivasku
I think you are trying to use the Android NDK (native) and you made an error in your gradle file. You need to either configure the gradle file with right configuration for android.ndk or force it to search the Android.mk file and read the configuration and the files to compile from there. On

[android-developers] Re: Android studio inherit class from external module

2016-01-10 Thread Adrian Ivasku
left with this problem. If you think it would help, I can provide more screen-shoots or information. Thank you. Greetings. On Sunday, January 10, 2016 at 9:14:10 PM UTC+1, niks wrote: > > Hi Adrian, > > I will look into your issue. But from what I read, really quickly,

[android-developers] Re: First app not working

2016-01-10 Thread Adrian Ivasku
>From the log, I think you are trying to use the Android NDK (native) and you made an error in your gradle file. You need to either configure the gradle file with right configuration for android.ndk or force it to search the Android.mk file and read the configuration and the files to compile

[android-developers] Re: Build fails when trying to launch my app

2016-01-10 Thread Adrian Ivasku
You need to enable multiDex On Sunday, January 10, 2016 at 12:00:57 AM UTC+1, Alain Bonnefoy wrote: > > Hello, > > I want to use ftp access within my app, so I tried different solution such > as apache common-net-3.4, ivy2.4.0 or even Chilkat 9.5.0. > > In every case, I can build my app

[android-developers] Re: Build fails when trying to launch my app

2016-01-10 Thread Adrian Ivasku
You need to enable multiDex because the number of your metdots exced the 65536. On Sunday, January 10, 2016 at 12:00:57 AM UTC+1, Alain Bonnefoy wrote: > > Hello, > > I want to use ftp access within my app, so I tried different solution such > as apache common-net-3.4, ivy2.4.0 or even Chilkat

[android-developers] Re: Andriod error

2016-01-10 Thread Adrian Ivasku
:33:00 PM UTC+1, niks wrote: > > Adrian, what you stated is my suspicion as well; that is why I wanted to > see at his dependencies ;-) > > Τη Κυριακή, 10 Ιανουαρίου 2016 - 9:29:25 μ.μ. UTC+2, ο χρήστης Adrian > Ivasku έγραψε: >> >> I usually get this error when I h

[android-developers] 5 columns with 5 buttons

2016-01-06 Thread Adrian Sendin
Hi. How can I do a line with 6 buttons in horizontal? The width of the 6 buttons exceed on the right side. I have tried to use a tablelayout with tablerow and inside it, imagebutton, but I want only button with simple text. I have another doubt. ¿what is the difference between to use a button

[android-developers] Me suspendieron la cuenta de desarrollador android.

2015-12-11 Thread Nicolas Adrian Robles Chachapoyas
Hola, hoy me suspendieron la cuenta de desarrollador, y la verdad que no se por que si solo tenia 1 aplicación que era un reproductor de música nada mas, solo reproducía los archivos de audio locales, so es un reproductor de musca como la mayoría de reproductores que podemos encontrar en la

[android-developers] Re: currency symbol to iso code on Android

2013-01-11 Thread adrian del campo
viernes, 11 de enero de 2013 01:40:18 UTC+1, Lew escribió: adrian del campo wrote: Is there any way to convert a currency symbol to the corresponding ISO code in Java/Android? What locale would you use for $? Brunei Darussalam (ar/BN)? Chile (es-cl/CL)? Colombia (es-co/CO)? Hong Kong (zh-hk/HK

[android-developers] currency symbol to iso code on Android

2013-01-10 Thread adrian del campo
Is there any way to convert a currency symbol to the corresponding ISO code in Java/Android? I have seen that Google Play in-app billing APIv3 can send us the item price including the currency symbol, but then we are storing the price and currency in different fields, so we can validate if

[android-developers] Re: Bluetooth Low Energy (BLE) - bluetooth 4.0 support

2012-09-12 Thread Adrian Radu
I have the same question. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: How to send vCard via SMS?

2012-08-06 Thread adrian
On Monday, April 30, 2012 8:33:39 AM UTC+1, SamuelSpring wrote: I'm looking for any way to send/read a vCard via SMS in my app. I've read a lot of articles, web-pages, forums etc. There is still not even a clue how to do that. Here is transaction. 1. User selects some specific contact

[android-developers] Testing in-app billing

2012-06-28 Thread adrian del campo
Hi, I'm creating a simple library to manage in-app billing from our apps. I have tested everything with the static test products from google and it seems to work fine. The problem is that when I try to buy a real product using a test account google play is asking me for a credit card even

[android-developers] android in-app billing sandbox

2012-06-28 Thread adrian del campo
I'm developing a simple in-app billing library. It works with static responses from google, but now I'd like to test this lib with real in-app products. I have created a test account and I'm trying to buy a product, but google Play is asking me for a credit card. Is there any way to test

[android-developers] Pop Up Dialog with edit box

2011-10-04 Thread Adrian Randall
could provide some sample xml and code that would be amazing. Cheers Adrian -- 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

[android-developers] Centering a table in a dynamically created layout

2011-09-30 Thread Adrian Randall
(Gravity.CENTER); return linLay; } Cheers Adrian -- 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

[android-developers] adb serving a limited number of devices attached to PC via USB

2011-07-19 Thread Adrian Vintu
Hi all, I think I read somewhere that adb can serve a maximum of 11 devices that are connected to the PC via USB. Is this true? If yes, where does this limitation come from? Thank you, Best regards, Adrian -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: SQLite, Cursors, CursorIndexOutOfBoundsException

2011-05-26 Thread Adrian Kajda
-developers?hl=en -- pozdrawiam, Adrian Kajda -- 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

Re: [android-developers] Re: Convert a J2ME project to Android project

2011-03-15 Thread Adrian Vintu
You can try http://microemu.blogspot.com/2009/08/converting-javame-applications-to.html It's free and works pretty good. BR, Adrian Vintu http://adrianvintu.com On Tue, Mar 15, 2011 at 3:37 PM, michal.g...@gmail.com michal.g...@gmail.com wrote: Converting J2ME to Android is not a trivial

[android-developers] Re: How can I create an aircraft-mounted-liked compass?

2010-10-31 Thread Adrian Romanelli
Does an Android 'sensor' have a compass built in? I thought it was just a motion sensor, portrait/landscape, etc., and not a true compass? And as far as I know, the gps device is a coordinate/point location thing, not a compass thing. How would the phone/device actually know its facing North?

[android-developers] Re: How can I create an aircraft-mounted-liked compass?

2010-10-31 Thread Adrian Romanelli
Just to answer my own question, Compass functionality is built into some (all?) devices. I noticed that the up-coming T-Mobile Comet has compass functionality. On Oct 31, 2:06 pm, Adrian Romanelli adrian.romane...@gmail.com wrote: Does an Android 'sensor' have a compass built in?  I thought

[android-developers] onActivityResult not being called in Activity

2010-10-21 Thread Adrian
I was trying to pick a phone number from the contact list by using startActivityForResults() from an activity ChangeCallForward. Unfortunately, the activity using the Contacts application was terminated too early. The discussion titled onActivityResult not being called in Activity that uses

Re: [android-developers] Re: locale change does not affect menu

2010-09-29 Thread Adrian Vintu
the setLocale again, in the FIRST event that can happen after onResume. It is a horrible hack, but until I can get more info on why this happens, I will stick to it. I hope this will help you a little bit. Best Regards, Adrian Vintu http://adrianvintu.com PS another developer asked this question

Re: [android-developers] Re: User-set Locale always get reset after onCreate?

2010-09-29 Thread Adrian Vintu
Hi Yuku, Please read my post here: http://groups.google.com/group/android-developers/browse_thread/thread/5440163027722168/a0b2f1003843bd5b?hl=en BR, Adrian Vintu http://adrianvintu.com On Tue, Sep 14, 2010 at 8:11 PM, yuku yuk...@gmail.com wrote: Just noticed that this topic disappeared

Re: [android-developers] Re: locale change does not affect menu

2010-09-29 Thread Adrian Vintu
I also added a setLocale in onStart and onConfigurationChanged, but this is really getting out of control :( BR, Adrian Vintu http://adrianvintu.com On Wed, Sep 29, 2010 at 1:38 PM, Adrian Vintu adrianvi...@gmail.com wrote: Hi Engin, I also noticed this behaviour - albeit, only

[android-developers] Re: mp3 player application with dB amplifier

2010-08-04 Thread Adrian Vintu
Finally I found a way to increase the headset volume :) Here it is: http://www.drakaz.com/2010/05/13/audio-hack-for-samsung-galaxy-test-phase-before-included-in-galaxo/ BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 15, 2010 at 12:44 PM, Adrian Vintu adrianvi...@gmail.comwrote: Hello

[android-developers] connections problem ...

2010-08-02 Thread Adrian
hello Sorry to trouble you ... i'm new to developing for android and i have a problem. I cant debug my app on the device ... by running abd devices i can only see the emulator! any ideeas? thanks, Adrian -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Adding android:targetSdkVersion=4 gives me a sdcard (Permission denied)

2010-07-08 Thread Adrian Vintu
where does the /mnt come from in /mnt/sdcard/myapp/customer.db ? could it be that your path is wrong? should it not be /sdcard/...? On Thu, Jul 8, 2010 at 1:39 PM, powder andr...@unidevsolutions.com wrote: I have this already in my Manifest: ... uses-permission

Re: [android-developers] Re: Adding android:targetSdkVersion=4 gives me a sdcard (Permission denied)

2010-07-08 Thread Adrian Vintu
thank you Mark. good to know :) On Thu, Jul 8, 2010 at 2:27 PM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 8, 2010 at 8:16 AM, Adrian Vintu adrianvi...@gmail.com wrote: where does the /mnt come from in /mnt/sdcard/myapp/customer.db ? could it be that your path is wrong

[android-developers] Getting a GPS location once every 60 seconds?

2010-06-29 Thread Adrian Hayter
icon is showing, and appears to fix onto a location (i.e. it stops flashing). Is this a problem with my approach, or is it a known phone bug (I'm using a HTC Hero)? I'd appreciate any pointers you might have! -Kind Regards, Adrian -- You received this message because you are subscribed

Re: [android-developers] ListView, SimpleCursorAdapter and Cursors

2010-06-10 Thread Adrian Vintu
) adapterView.getItemAtPosition(arg2); int key_id = cursor.getInt(cursor.getColumnIndex(MyDBHelper.KEY_ID)); ... } }); } BR, Adrian Vintu http://www.adrianvintu.com On Thu, Jun 10, 2010 at 3:06 PM, ColletJb collet...@gmail.com wrote: Hi, I have a very

Re: [android-developers] OutOfMemoryError

2010-06-10 Thread Adrian Vintu
What does logcat say? see http://developer.android.com/intl/de/guide/developing/tools/adb.html and http://www.adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx if you don't know what logcat is. BR, Adrian Vintu http://www.adrianvintu.com On Thu, Jun 10, 2010 at 4:28 PM

[android-developers] rounded rectangle for TextView

2010-05-20 Thread Adrian Vintu
Hi all, Does anyone know how to obtain the rounded rectangle effect from this picture? http://developer.android.com/intl/de/resources/articles/images/list_fade_4.png Is it somewhere in samples? Thank you, BR, Adrian Vintu -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: rounded rectangle for TextView

2010-05-20 Thread Adrian Vintu
Nope. I will ckeck it out. Thank you very much :) BR, Adrian Vintu On Thu, May 20, 2010 at 3:06 PM, greg sep...@eduneer.com wrote: Have you seen Graphics/RoundRects in APIDemos? On May 20, 8:30 am, Adrian Vintu adrianvi...@gmail.com wrote: Hi all, Does anyone know how to obtain

Re: [android-developers] AVD Manager

2010-05-17 Thread Adrian Vintu
See here http://developer.android.com/guide/practices/screens_support.html and here http://www.adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Tue, May 18, 2010 at 12:32 AM, Mark vbreneg...@sbcglobal.net wrote: Hello everyone

Re: [android-developers] ListView created programmat ically - emptyView doesn’t pop up

2010-05-12 Thread Adrian Vintu
the Android sources locally... BR, Adrian Vintu http://adrianvintu.com On Wed, May 12, 2010 at 2:45 PM, TreKing treking...@gmail.com wrote: On Sat, May 8, 2010 at 3:11 AM, yorick yuri.opo...@gmail.com wrote: what can be wrong? Try setting the empty view BEFORE setting the adapter, or call

[android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Adrian Vintu
is 240 (also tried with 160). For some reason, on rotation i get the Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed message. Did anyone get this thing running without the above warning? Thank you, Adrian Vintu PS i also posted here, but got no answer

Re: [android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Adrian Vintu
Hi Mark, Thank you for your answer. Please let me (us) know if you have a solution for this. All the best, Adrian Vintu On Mon, May 3, 2010 at 2:16 PM, Mark Murphy mmur...@commonsware.com wrote: Adrian Vintu wrote: Hi all, I am trying to run the rotation example from http

[android-developers] Something wrong here... using simplest project

2010-04-27 Thread Adrian Vintu
? This is a bare bone project, this message should not appear, right? Details and the test project can be found here http://adrianvintu.com/blogengine/post/The-Infamous-Something-wrong-here2c-didnt-expect-3cpackage-name3e-to-be-resumed-Warning.aspx Any feedback is appreciated! Many thanks, Adrian Vintu

[android-developers] Android phone registered as a bluetooth HID service

2010-04-13 Thread Adrian
Bluetooth API has support for this. Thanks, Adrian. -- 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

[android-developers] Android phone registered as a bluetooth HID service

2010-04-13 Thread Adrian
Bluetooth API supports something like this. Many thanks for your help, Adrian. -- 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: create TextView

2010-03-28 Thread Adrian Vintu
would be to use the view.getContext IMO. If you hardcode the this to the OuterClass then it's not really portable. Also having globals that carry the Context is a nono that should be avoided if possible. But alas, it's all about the damn context - no pun intended. BR, Adrian Vintu http

Re: [android-developers] create TextView

2010-03-27 Thread Adrian Vintu
of the OnClickListener. The this has to point to Context, which is your Activity. BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 3:28 PM, rubeN_vl rvanluch...@hotmail.com wrote: Hi, i'm trying to create a new TextView when a button is clicked. TextView b = new TextView

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
you should probably call removeView() :)) sorry, i could not help it :)) how about you just add the textview one time only? or how about you just post your code? BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 3:52 PM, rubeN_vl rvanluch...@hotmail.com wrote: Yeah, figured

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
It's my pleasure to help :) I think an easy solution is to use view.setVisibility(View.GONE) Does this work for you? BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 4:10 PM, rubeN_vl rvanluch...@hotmail.com wrote: checkboxrifle.setOnClickListener(new View.OnClickListener

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
So toggle the visibility from GONE to VISIBLE. I think this would be a quick solution :) BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 4:14 PM, Adrian Vintu adrianvi...@gmail.com wrote: It's my pleasure to help :) I think an easy solution is to use view.setVisibility

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
error, how can such a simple thing be so difficult :D if i create those outside the onclick scope, its like i can use them only one time. final TableRow tr = new TableRow(this); final TextView b = new TextView(this); On 27 mrt, 16:16, Adrian Vintu adrianvi...@gmail.com wrote: So toggle

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
in the onClick you also have v.getContext(); v.getParent(); v.getRootView(); On Sat, Mar 27, 2010 at 4:41 PM, Adrian Vintu adrianvi...@gmail.com wrote: A. create one time the container view then use setVisibility() to show or hide it or/and B. you also have alert.getOwnerActivity() which

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
); tl = null; } } }); BR, Adrian Vintu http://adrianvintu.com On Sat, Mar 27, 2010 at 5:00 PM, rubeN_vl rvanluch...@hotmail.com wrote: the v.getContext() did it!!! ty dude On 27 mrt, 16:48, Adrian Vintu adrianvi...@gmail.com wrote: in the onClick you

Re: [android-developers] Problem in Showing TXT file in Webview

2010-03-25 Thread Adrian Vintu
You can use the pre tag. For example html 1 2 3 pre 1 2 3 /pre BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 25, 2010 at 1:13 PM, brijesh masrani masrani.brij...@gmail.comwrote: Hello I am reading a txt file using Stringbuffer and try to show it in webview by adding simple html

Re: [android-developers] Re: Unexpected Resumes Running Under 2.0

2010-03-25 Thread Adrian Vintu
I think i posted this link 100 times already :D http://www.adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Wed, Mar 24, 2010 at 9:07 PM, Johan Nilsson markupart...@gmail.comwrote: Found a solution for this, guess I mixed up

Re: [android-developers] Re: Problem in Showing TXT file in Webview

2010-03-25 Thread Adrian Vintu
not ok. B + C is kinda like what the browsers do. BR, Adrian Vintu http://adrianvintu.com PS for UTF-8 the html should look like htmlheadmeta http-equiv=Content-Typecontent=text/html; charset=UTF-8/ On Thu, Mar 25, 2010 at 3:17 PM, brijesh masrani masrani.brij...@gmail.comwrote: Thanks for ur

Re: [android-developers] Re: Problem in Showing TXT file in Webview

2010-03-25 Thread Adrian Vintu
Nice trick Bob. This totally slipped my mind :) I will use it in the future :) On Thu, Mar 25, 2010 at 3:27 PM, Bob Kerns r...@acm.org wrote: If you add HTML tags, you also have to convert the text, converting and and to lt;, gt;, and amp;, respectively. But there's an easier way.

Re: [android-developers] finishPackage() vs restartPackage()

2010-03-22 Thread Adrian Vintu
Unless you are a little bit of a self-hater, the Napoleonic cock can be easily switched to your favorite mp3. Just go to Music, long click on an mp3, set as ring tone. Then the mp3 will appear both in call ring tones and in alarm ring tones. BR, Adrian Vintu http://adrianvintu.com On Mon, Mar

Re: [android-developers] Re: Masking password input in extracted UI

2010-03-17 Thread Adrian Vintu
what is Extracted fullscreen? please post s short example of your java and xml code. BR, Adrian Vintu http://adrianvintu.com On Tue, Mar 16, 2010 at 4:45 PM, ahamed ahamedp...@gmail.com wrote: Thanks for your reply. I got it to work in portrait mode. But the problem is on landscape mode

[android-developers] HTC tester needed

2010-03-17 Thread Adrian Vintu
comes up in the suggestion bar. 5. let me know if the word appears in the suggestion bar I will be very grateful to who can help me with this issue. Thank you, BR, Adrian Vintu http://adrianvintu.com PS you must not use any custom keyboard software, except the official on from HTC, of course

Re: [android-developers] Re: HTC tester needed

2010-03-17 Thread Adrian Vintu
Thank you very much String :) My opinion is that this should work on all devices. I think it's a standard Android feature that the manufacturers should stick with... But then again... who knows... For now I'll just stick with whatever help I can get. BR, Adrian Vintu http://adrianvintu.com

Re: [android-developers] Re: HTC tester needed

2010-03-17 Thread Adrian Vintu
this, is pretty bad. The same error came from a rooted TATOO - but this one ~may~ happen because of other issues. I will wait for more info for now. And go to sleep. Tomorrow is a new day :) On Wed, Mar 17, 2010 at 10:50 PM, Adrian Vintu adrianvi...@gmail.comwrote: Thank you very much String

[android-developers] mp3 player application with dB amplifier

2010-03-15 Thread Adrian Vintu
much 3. must be free. Thank you, BR, Adrian Vintu -- 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

Re: [android-developers] Re: Custom Dialog

2010-03-15 Thread Adrian Vintu
This one hs been answered a couple of times on this forum. Use dialog = new Dialog(this); instead of dialog = new Dialog(getApplicationContext()); BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 15, 2010 at 10:05 PM, Dirk Vranckaert dirkvrancka...@gmail.comwrote: Thx for the quick

Re: [android-developers] Re: Masking password input in extracted UI

2010-03-15 Thread Adrian Vintu
()); } @Override public void onClick(View v) { EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); editText.setTransformationMethod(new PasswordTransformationMethod()); } } BR, Adrian

Re: [android-developers] Re: Android app only taking up part of screen

2010-03-12 Thread Adrian Vintu
Also see http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx It seems these resolution questions come every few days... BR, Adrian Vintu http://adrianvintu.com On Wed, Mar 10, 2010 at 11:42 AM, Kumar Bibek coomar@gmail.com wrote: Aah, An example of apps running

Re: [android-developers] Re: EditText layout for all devices

2010-03-12 Thread Adrian Vintu
attribute. And make sure to check out this article http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Fri, Mar 12, 2010 at 7:20 PM, temp tempche...@gmail.com wrote: 50% of available vertical height if total height = 100px

Re: [android-developers] Market Intent Suggestion

2010-03-04 Thread Adrian Vintu
Use market://details?id=package BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 4, 2010 at 8:15 AM, Atif Gulzar atif.gul...@gmail.com wrote: When we search for an application by its fully qualified Java package name using http://market.android.com/search?q=pname:package or market

Re: [android-developers] Re: selecting language from within the app rather than by locale of the system settings

2010-03-04 Thread Adrian Vintu
Hi Menion, Yes, you have to set the locale in onCreate. It was written in the comments of the article. BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 4, 2010 at 6:33 AM, Menion menion.as...@gmail.com wrote: Hi Adrian, thanks for you response. Your code is very similar to mine. Only

Re: [android-developers] Re: selecting language from within the app rather than by locale of the system settings

2010-03-04 Thread Adrian Vintu
My pleasure :) BR, Adrian Vintu http://adrianvintu.com On Thu, Mar 4, 2010 at 6:53 PM, Menion menion.as...@gmail.com wrote: next time, I'll try to read comments also :). Thank you very much, you point me to finally working solution. On Mar 4, 11:41 am, Adrian Vintu adrianvi...@gmail.com

Re: [android-developers] Android Library

2010-03-03 Thread Adrian Vintu
I use a Java Project for a library. Seems if you use an Android project in Eclipse as library, you will have big troubles. Just use the Java project and remove the standard JRE from the build path and add the android.jar in the build path. That should do the tick. BR, Adrian Vintu http

Re: [android-developers] developing for differant sizes

2010-03-03 Thread Adrian Vintu
-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- BR, Adrian Vintu http

Re: [android-developers] Re: Why is English the only Locale my Phone has in Settings

2010-03-03 Thread Adrian Vintu
Here is an app that may help you a little bit http://udm.adrianvintu.com/ BR, Adrian Vintu http://adrianvintu.com On Mon, Mar 1, 2010 at 2:47 PM, Hekki kaye...@gmail.com wrote: Simply download Locale 2 from the market, and you'll have all the languages you want for your phone. No need

Re: [android-developers] Re: selecting language from within the app rather than by locale of the system settings

2010-03-03 Thread Adrian Vintu
Hope this will help http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Sat, Feb 27, 2010 at 3:09 PM, Menion menion.as...@gmail.com wrote: Hi mot12, sorry not post earlier. I don't know, if you find my info still useful

Re: [android-developers] Masking password input in extracted UI

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available from designer editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Thu, Feb 25, 2010 at 4:44

Re: [android-developers] Masking password input in extracted UI

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available from designer editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Wed, Feb 24, 2010 at 7:58

Re: [android-developers] Edit Text Password visible on focus in landscape

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available in design mode editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Tue, Feb 23, 2010 at 8:19

Re: [android-developers] Re: Localization in Eclair

2010-03-03 Thread Adrian Vintu
Also see http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu http://adrianvintu.com On Tue, Feb 23, 2010 at 5:00 PM, android learner android.lear...@gmail.comwrote: Thank you Mark. On Feb 22, 6:38 pm, Mark Murphy mmur...@commonsware.com wrote: android

Re: [android-developers] Re: eclipse linkedResources - linked layout xml is neither included in the apk nor generated

2010-02-23 Thread Adrian Vintu
. It is a little bit weird, but I think, as usability, this fits my purposes best. Thank you, BR, Adrian Vintu On Mon, Feb 22, 2010 at 5:11 PM, Bob Kerns r...@acm.org wrote: Yeah, google-fu fails when you are the first to try something -- or when those who have gone before are too foolish

[android-developers] eclipse linkedResources - linked layout xml is neither included in the apk nor generated

2010-02-22 Thread Adrian Vintu
:( Does anyone have a clue about this? My google-fu has failed me :( BR, Adrian Vintu -- 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

[android-developers] Re: eclipse linkedResources - linked layout xml is neither included in the apk nor generated

2010-02-22 Thread Adrian Vintu
? Without using symlinks and stuff like that? Thank you, BR, Adrian Vintu On Mon, Feb 22, 2010 at 2:28 PM, Adrian Vintu adrianvi...@gmail.com wrote: Hi all, I am trying to include a layout xml in an Android project from a Java project - using new file - link to file system. It looks like

[android-developers] Stop Surface View being destroyed

2010-02-18 Thread Adrian Hirst
associated with it is there away to preserve the SurfaceView as it gets rid of all the gfx that have been loaded. Thanks Adrian -- 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] takePicture function error: getPicture failed!

2010-02-04 Thread adrian
(shutterCallback, rawCallback, jpegCallback); How to solve it? If someone knows the answer, please give me a hint. Thanks a lot. Adrian -- 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

[android-developers] Forcing a mobile data connection

2010-01-21 Thread Adrian Jackson
I'm working on an app that needs to make certain requests over the mobile network rather than WiFi, as it relies on data added by the mobile operator which isn't added when connecting over WiFi. Searching through the discussions on the subject and the API documentation, it appears that there is

Re: [android-developers] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-19 Thread Adrian Vintu
will not be up to date anymore. (Info for germans: http://www.androidpit.de/android/de/de/forum/thread/391210/Warum-Cyrket-down-ist?si=0 ) On 16 Jan., 15:37, Adrian Vintu adrianvi...@gmail.com wrote: androlib and androidzoom both do a cache of the Android Market. Aaik you do not need to create any new

Re: [android-developers] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-16 Thread Adrian Vintu
I use http://www.androidzoom.com They update comments more often. BR, Adrian Vintu On 1/16/10, Al alcapw...@googlemail.com wrote: Androlib.com allows you to use this if you link an app to your account on their site. They keep a cache of comments and update it on a regular basis so

Re: [android-developers] Re: I am a german market developer. How can I see the english comments to my program?

2010-01-16 Thread Adrian Vintu
androlib and androidzoom both do a cache of the Android Market. Aaik you do not need to create any new accounts on these 2 sites. BR, Adrian Vintu On 1/16/10, Adrian Vintu adrianvi...@gmail.com wrote: I use http://www.androidzoom.com They update comments more often. BR, Adrian Vintu On 1

Re: [android-developers] Re: Force locale for an application, bug in 2.0?

2010-01-15 Thread Adrian Vintu
There is a bug when changing the Locale on the Motorola Milestone. The font gets smaller each time the updateConfiguration(...) is called. See here an article on this and the fix: http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu On Sun, Dec 27, 2009 at 11:13

[android-developers] changing Locale (updateConfiguration(...)) on Milestone makes the fonts smaller

2010-01-15 Thread Adrian Vintu
Hi all, There is a bug when changing the Locale on the Motorola Milestone. The font gets smaller each time the updateConfiguration(...) is called. See here an article on this and the fix: http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx BR, Adrian Vintu -- You received

Re: [android-developers] HTTP Requests - can Android be identified?

2010-01-12 Thread Adrian Vintu
) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) from the normal Firefox browser. BR, Adrian Vintu On Tue, Jan 12, 2010 at 11:21 AM, Neilz neilhorn...@googlemail.com wrote: Hi all. Could a standard web server identify an HTTP request as coming from a normal browser, as opposed

Re: [android-developers] HTTP Requests - can Android be identified?

2010-01-12 Thread Adrian Vintu
is http://www.fiddler2.com/fiddler2/ BR, Adrian Vintu On Tue, Jan 12, 2010 at 11:28 AM, Adrian Vintu adrianvi...@gmail.comwrote: Sure. You have to use the user agent. You have something like Mozilla/5.0 (Linux; U; Android 1.5; en-us; Galaxy Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like

[android-developers] Re:

2009-12-06 Thread Adrian Romanelli
What I did was to run the AVD Manager from outside of Eclipse. Using AVG Anti-Virus, turning it off, didn't work for me when trying to update from within Eclipse. 1) Open a command prompt. 2) Go to the directory that the android sdk is installed at, and then its tools subdirectory. For me it

  1   2   >