[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 ideas

Re: [android-developers] Block application install

2016-07-03 Thread Adrian Tudor
set a password 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" >: > >> I want to make an application that block all new applications install. &

[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 an

[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 " + "nest

[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 ema

[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 objec

[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

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

2016-01-12 Thread Adrian Ivasku
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
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: 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: 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] 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 fr

[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 S

[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 Sund

[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 9

[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 successfu

[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 get

[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] 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 or

[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 tien

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

2013-01-11 Thread adrian del campo
und Thanks! El 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 Dar

[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 th

[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.co

[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 c

[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 with

[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 in-a

[android-developers] Pop Up Dialog with edit box

2011-10-04 Thread Adrian Randall
f you 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 gr

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

2011-09-30 Thread Adrian Randall
ay.setGravity(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

[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 "An

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

2011-05-26 Thread Adrian Kajda
> > > } >> > >> > > > > } >> > > > > catch(Exception ex) >> > > > > { >> > > > > AlertDialog.Builder b=new >> AlertDialog.Builder(this); >&g

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

[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 wrote: > Does an Android 'sensor' have a compass built in?  I thought it was &g

[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? F

[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 GLS

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 wrote: > Hi Engin, > > I also noticed this behaviour - albeit, only in the emulator. I ca

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 wrote: > Just noticed that this topic disappeared from

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

2010-09-29 Thread Adrian Vintu
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

[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 wrote: > Hello all, > >

[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 &qu

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 wrote: > On Thu, Jul 8, 2010 at 8:16 AM, Adrian Vintu > wrote: > > where does the "/mnt" come from in /mnt/sdcard/myapp/customer.db ? > > > > could it be that your path is wrong? sho

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 wrote: > > I have this already in my Manifest: > > ... > android:name="android.permission.WRITE_EXTERNAL_

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

2010-06-29 Thread Adrian Hayter
even though the GPS 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 m

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:

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 wrote: > Hi, > > I have a very simpl

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 wrote: > Have you seen Graphics/RoundRects in APIDemos? > > On May 20, 8:30 am, Adrian Vintu wrote: > > Hi all, > > > > Does anyone know how to obtain the ro

[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] 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 wrote: > Hello everyone, > > > >

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

2010-05-12 Thread Adrian Vintu
You should though have the Android sources locally... BR, Adrian Vintu http://adrianvintu.com On Wed, May 12, 2010 at 2:45 PM, TreKing wrote: > On Sat, May 8, 2010 at 3:11 AM, yorick wrote: > >> what can be wrong? > > > Try setting the empty view BEFORE setting the adapter,

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 wrote: > Adrian Vintu wrote: > > Hi all, > > > > I am trying to run the rotation example from > > >

[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 a

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

2010-04-27 Thread Adrian Vintu
here? 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, Ad

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

2010-04-13 Thread Adrian
rd should be created but I'm not sure if Android 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-developer

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

2010-04-13 Thread Adrian
vice record, but I'm not sure if Android 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 unsubs

Re: [android-developers] Re: create TextView

2010-03-28 Thread Adrian Vintu
ution 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

Re: [android-developers] Re: create TextView

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

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 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 gives

Re: [android-developers] Re: create TextView

2010-03-27 Thread Adrian Vintu
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 wrote: > > So toggle

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 wrote: > It's my pleasure to help :) > > I think an easy solution is to use view.setVisibility(View.

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 wrote: > checkboxrifle.setOnClickListener(new View.OnClickListener() { >

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 wrote: > Yeah, figured out that yet, if i

Re: [android-developers] create TextView

2010-03-27 Thread Adrian Vintu
e scope 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 wrote: > Hi, > > i'm trying to create a new TextView when a button is clicked. > TextView

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 wrote: > If you add HTML tags, you also have to convert the text, converting < and > > and & to <, >, and &, respectively. > > But there's an easier way. Instead of > webvie

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

2010-03-25 Thread Adrian Vintu
#x27;s 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 On Thu, Mar 25, 2010 at 3:17 PM, brijesh masrani wrote: > > Thanks for ur replay Adrian Vintu , > I have used that but now i came to know that

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 wrote: > Found a solution for this, guess I mixed up CHANGE_CONFIGURATION w

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

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

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: 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 wrote: > Thank you very much String :) > > My o

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://adria

[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: 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 wrote: > Thanks for your reply. > > I got it to work in portrait mode. But the problem is on landsca

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: 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 wrote: > Thx for the quick response but doesn'

[android-developers] mp3 player application with dB amplifier

2010-03-15 Thread Adrian Vintu
uality too 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 t

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

2010-03-12 Thread Adrian Vintu
The key is using the Weight 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 wrote: > 50% of available verti

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 wrote: > Aah, An example of apps running on different screen sizes

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 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 wrote: > > Hi M

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 wrote: > Hi Adrian, > thanks for you response. Your code is very similar to mine. Only > base dif

Re: [android-developers] Market Intent Suggestion

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

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 wrote: > Thank you Mark. > > On Feb 22, 6:38 pm, Mark Murphy wrote: > > android learner wrote: > > >

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] 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] 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] 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 wrote: > Hi mot12, > sorry not post earlier. I don't know, if you find my info still > useful ..., but >

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 wrote: > Simply download "Locale 2" from the market, and you'll have all the > languages you want for your phone. &g

Re: [android-developers] developing for differant sizes

2010-03-03 Thread Adrian Vintu
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 this group at > http://groups.google.com/group/android-developers?hl=en -- BR, Adrian Vint

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] 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 wrote: > Yeah, google-fu fails when you are the first to try something -- or > when those who have gone before are too foolish to ask

[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 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. > >

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

2010-02-22 Thread Adrian Vintu
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+unsubscr...@googlegroups.com For

[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-

[android-developers] takePicture function error: getPicture failed!

2010-02-04 Thread adrian
ra.open(); mCamera.takePicture(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

[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 cu

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
e 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 wrote: > > androlib and androidzoom both do a cache of the Android Market. Aaik > > you do not need to c

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 wrote: > I use http://www.androidzoom.com They update comments more often. > > BR, > Adrian Vintu > > On

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 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 the comments you se

[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 -- Yo

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,

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

2010-01-12 Thread Adrian Vintu
The BROWSER sends a User Agent. The APP sends whatever it wants as User Agent. BR, Adrian Vintu On Tue, Jan 12, 2010 at 12:29 PM, Neilz wrote: > Right, so if someone wanted to stop web responses going to android > apps, they can, without it affecting their usual service? > > Thanks.

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

2010-01-12 Thread Adrian Vintu
nnection: Keep-Alive Link is http://www.fiddler2.com/fiddler2/ BR, Adrian Vintu On Tue, Jan 12, 2010 at 11:28 AM, Adrian Vintu wrote: > 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) > AppleWeb

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 wrote: > Hi all. > > Could a standard web server identify an HTTP request as coming from a > normal browser, as opposed to an Android

  1   2   >