[android-developers] this Custom tab widget is possible ?

2012-09-19 Thread Rajan
hi, i want to create a custom tab widget, here i attached one photo of custom widget. i want to know is it possible, specially middle tab widget. if it is possible than plz give me any link/sample code/idea. thank you. -- You received this message because you are subscribed to the Google

Re: [android-developers] Update UI

2012-09-19 Thread tarun sablok
In that case your intent will be delivered to the activity in onNewIntent() so implement that and extract the extra data which you have send it through the getIntent() method ... Hope this helps Tarun On Tue, Sep 18, 2012 at 2:52 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote:

Re: [android-developers] Re: Text inside the spinner view overlaps arrow

2012-09-19 Thread Ratheesh Valamchuzhy
no .. we are not using any image background for spinner , this is the default simple spinner image. -- 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

[android-developers] get bitmap size

2012-09-19 Thread Live Happy
what is the best way to get the size of bitmap image i know there is myBitmap.getByteCount() but this method is for api level 12 so it is there any other way to get it thx on advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Advertising opt out

2012-09-19 Thread Rudolf Hornig
I just want to throw my 2cents here... While the math presented here is true, you left out an interesting side effect: Implementing an opt out can lead to higher click through rates and higher click through rates draw higher bids from the advertisers meaning higher revenue / click values. The

[android-developers] Refrsh Android browser from other application.

2012-09-19 Thread ViToBrothers
I am searching ways of working with Android Standard Browser from my own application. First of all I want to know is there a way to refresh last opened tag in the Standard Android Browser by sending some intent from the own application or something else, I try do do that using this code, but it

[android-developers] Re: how to inject non-english characters

2012-09-19 Thread Hardy Kahl
Hi LeenuxGuy, I found kind of a solution: 1. Backup clipboard content 2. Put your character in clipboard 3. Inject menu-key, then v-key. This is a keyboard shortcut for pasting the clipboard. 4. Unfortunately Android is inserting spaces before and after the content in some cases. Try to

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2012-09-19 Thread android_solutions
Hi I am using Samsung Nexus S phone(Android version 4.1.1), and I am not able to do the Proxy setting and enabling user authentication for web applications. I am not able to hit google.com url. Though I found to set the Proxy url / port in the Advanced Wifi settings, but Im not able to

Re: [android-developers] Writing Proxy Settings in Settings.Secure

2012-09-19 Thread android_solutions
If possible, any code snippet to set the Proxy configuration in the System Content Resolver. Thanks, Pallavi On Wednesday, September 19, 2012 12:54:21 PM UTC+5:30, android_solutions wrote: Hi I am using Samsung Nexus S phone(Android version 4.1.1), and I am not able to do the Proxy setting

[android-developers] Re: OnDateChanged broken in ICS. Anyone have a work around?

2012-09-19 Thread pushbit
The updateDate method will call onDateChanged and if the time comparison logic isn't just right then this could lead to infinite recursion and a StackOverflowError. I would guess that there's a discrepancy between the Calendar millis and the Date millis. This could be tricky to get right

Re: [android-developers] Custom pop up option menu on button click

2012-09-19 Thread fahad mullaji
Thanks Jovish solved my problem. On Wed, Sep 19, 2012 at 1:41 AM, Jovish P android.f...@gmail.com wrote: Check out this link http://www.stealthcopter.com/blog/2010/04/android-context-menu-example-on-long-press-gridview/ Regards, Jovish On Tue, Sep 18, 2012 at 8:09 PM, fahad mullaji

Re: [android-developers] Custom font in ActionBar overflow menu

2012-09-19 Thread Martijn van Mechelen
Hi Kostya, Thanks for your reply. We'll try it out and let you know if it worked. Martijn Op dinsdag 18 september 2012 13:37:25 UTC+2 schreef Kostya Vasilyev het volgende: I think you should be able to override these in your theme: android:attr/textAppearanceSmallPopupMenu

Re: [android-developers] Using a logo instead of icon in a SearchView and postioning of a ViewSwitcher

2012-09-19 Thread Martijn van Mechelen
Hi Kostya, Thanks for your reply. We'll try it out and let you know if it worked. Martijn Op dinsdag 18 september 2012 13:30:13 UTC+2 schreef Kostya Vasilyev het volgende: The answer at SO uses this: actionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_HOME); Since your action bar has

[android-developers] Re: Advertising opt out

2012-09-19 Thread b0b
On Monday, 17 September 2012 18:18:13 UTC+2, John Coryat wrote: Many developers force users to purchase something in order to remove advertisements from their apps. While this may seem to be a good revenue model, it tends to annoy and anger users. It has some other serious consequences

[android-developers] Re: New SDK release for Egnos

2012-09-19 Thread Leonardo Costa
Me again, with further info that can be used also as a tutorial on the EGNOS APK :-) After the first approach to the EGNOS SDK through the Demo App, you can start developing your own positioning Application for smartphones The EGNOS SDK allows you as a developer to use* EGNOS *in

[android-developers] Sliding drawer

2012-09-19 Thread mohammed Nuhail
How to slide a sliding drawer from left to right ? -- 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] Custom pop up option menu on button click

2012-09-19 Thread Dilip Kumar Chaudhary
Fahad, follow this https://github.com/lorensiuswlt/NewQuickAction3D, Hope this can help. On Wed, Sep 19, 2012 at 1:06 PM, fahad mullaji fahadmull...@gmail.comwrote: Thanks Jovish solved my problem. On Wed, Sep 19, 2012 at 1:41 AM, Jovish P android.f...@gmail.com wrote: Check out this link

Re: [android-developers] get bitmap size

2012-09-19 Thread Przemyslaw Wegrzyn
On 2012-09-19 08:34, Live Happy wrote: what is the best way to get the size of bitmap image i know there is myBitmap.getByteCount() but this method is for api level 12 so it is there any other way to get it thx on advance You can use the following instead: myBitmap.getRowBytes() *

[android-developers] Re: NFC Application

2012-09-19 Thread Dominik
regarding the eclipse plugin I think you refer to https://code.google.com/p/nfc-eclipse-plugin/ Dominik Am Dienstag, 18. September 2012 00:34:35 UTC+2 schrieb Thomas Skjølberg: Project for handling NDEF messaging at runtime: http://code.google.com/p/ndef-tools-for-android/ Eclipse editor

Re: [android-developers] get bitmap size

2012-09-19 Thread Live Happy
i already use this way but it is not give the real size its depend of quality of image On Wed, Sep 19, 2012 at 1:53 PM, Przemyslaw Wegrzyn codepaint...@gmail.comwrote: On 2012-09-19 08:34, Live Happy wrote: what is the best way to get the size of bitmap image i know there is

[android-developers] Re: Advertising opt out

2012-09-19 Thread John Coryat
Increasing CTR increases CPM. If you want to deny that, you're also denying yourself potential revenue. There's no simple math here as Rudolf explained. But forget the revenue. What is the point of an app anyway? It's providing a useful bit of software that improves the usability of the device

[android-developers] Re: Android Google play -- (official/unofficial) position on external (bluetooth/usb) based sensors

2012-09-19 Thread falcon74
On Tuesday, September 11, 2012 9:59:18 PM UTC+5:30, lbendlin wrote: Our app uses GPS. We don't have uses-feature specified, but even tablets that don't have built in GPS can load it from the Play store. Now, admittedly, CM9 etc have an option to get GPS data from external receivers, so

Re: [android-developers] Android Google play -- (official/unofficial) position on external (bluetooth/usb) based sensors

2012-09-19 Thread falcon74
On Tuesday, September 11, 2012 4:32:09 PM UTC+5:30, Mark Murphy (a Commons Guy) wrote: On Tue, Sep 11, 2012 at 1:56 AM, falcon74 banibra...@gmail.comjavascript: wrote: Wondering if anyone has come across an official (or unofficial) statement/stand regarding Android (SDK) and

Re: [android-developers] Android Google play -- (official/unofficial) position on external (bluetooth/usb) based sensors

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 8:25 AM, falcon74 banibrata.du...@gmail.com wrote: While I suspected that, but is there any official statement to that effect ? Probably not. There is no official statement that Android can interface with a dishwasher, or a meteorite, or an amoeba, either. -- Mark

[android-developers] handler pause and resume event

2012-09-19 Thread Narendra Singh Rathore
Hi all devs, I am currently using handlers to pausing and playing Runnable. I have two buttons - play and pause. On pause button click, I want to pause the event/runnable, which I am doing as follows: *handler.removeCallbacks(runnable);* * * but this seems to stop my current runnable, and when

[android-developers] Upgrading developer account from free apps to paid apps

2012-09-19 Thread Andrei Bogdan
I am from Romania. I've registered as an android developer using my credit card and paid the $25. I currently can post free apps on the market. I would like to upgrade my account so I can post paid apps. Now, the problem is that credit cards from Romania are not accepted by Google for such a

[android-developers] Re: PreferenceActivity Refresh Problem

2012-09-19 Thread Opack
I was struggling on the same problem, and the finish/restart activity solution was not satisfying because I messes the back button history : when the user uses back, then the previous activity to be restored is not the activity that opened the preferences in the first place, but the

[android-developers] Re: OnDateChanged broken in ICS. Anyone have a work around?

2012-09-19 Thread darrinps
The minDate is actually one day in the past and the maxDate is actually one day into the future so it shouldn't be a problem with being off by a few milliseconds. There must be something else going on here. I might debug it and try to see what is going on. Right now, I just check to see if

Re: [android-developers] Advertising opt out

2012-09-19 Thread Francisco Marzoa
On Sep 19, 2012 8:47 AM, Rudolf Hornig rudolf.hor...@gmail.com wrote: I just want to throw my 2cents here... While the math presented here is true, you left out an interesting side effect: Implementing an opt out can lead to higher click through rates and higher click through rates draw higher

[android-developers] Please help with the Error

2012-09-19 Thread viktor
From Market come a tons of errors but I do not understand what to fix. Thanks. java.lang.SecurityException: Binder invocation to an incorrect interface at android.os.Parcel.readException(Parcel.java:1327) at android.os.Parcel.readException(Parcel.java:1281) at

Re: [android-developers] Re: LogCat window is blank

2012-09-19 Thread Jovish P
some times i also used to exprnice the same problem. it wil stat working once i restart eclipse. not able to find out why it is happening Regards, Jovish On Wed, Sep 19, 2012 at 2:40 AM, Lew lewbl...@gmail.com wrote: bob wrote: Has anyone figured out why the LogCat window is blank a lot of

[android-developers] Silent installation of third party applications

2012-09-19 Thread Jovish P
user wil be able to install third party application thru our application once user select the application we are downloading the apk file and installing it on the device.So once download is complete a prompt wil pop up whether user want to install it or not We want to hide this prompt. we want to

[android-developers] Re: Silent installation of third party applications

2012-09-19 Thread RichardC
I don't think there is anyway to silently install an application. As you can imagine this would be a great big security hole. On Wednesday, September 19, 2012 3:10:17 PM UTC+1, Jovish P wrote: user wil be able to install third party application thru our application once user select the

Re: [android-developers] get bitmap size

2012-09-19 Thread bob
What api level are you devving for? Also, I would think *myBitmap.getRowBytes() * myBitmap.getHeight()* should work. This is the Android source ( 4.1.1_r1 ): *874 public final int getByteCount() {* *875 // int result permits bitmaps up to 46,340 x 46,340* *876 return

[android-developers] Re: OnPreviewFrame on Galaxy Nexus

2012-09-19 Thread tom
this is a known issue with some one. OnPreviewFrame will not start until a valid surface is given On Friday, August 31, 2012 10:01:33 AM UTC+2, cpares wrote: Hello! Do you know if OnPreviewFrame (as of Android 4.0.3) is correctly implemented in Samsung Galaxy Nexus? I have programmed some

Re: [android-developers] Re: Silent installation of third party applications

2012-09-19 Thread Jovish P
i have small doubt regarding this. then how third party app stores installing applications on android phone silently for example ; kindle fire - amazon appstore On Wed, Sep 19, 2012 at 7:44 PM, RichardC richard.crit...@googlemail.comwrote: I don't think there is anyway to silently install

[android-developers] my first application crushes

2012-09-19 Thread Afik Gilboa
it's probebly a beginners question but i couldn't found it on google.. I created my first adk file (of my first application) and send it to my phone via email.. after installation I tried to run the app and it immediatly crushed.. no clue why.. any ideas on how to find out what's wrong? -- You

[android-developers] How to load all the classes from dex file using DexClassLoader

2012-09-19 Thread Lalith
Hi All, I need to know how to load all the classes from dex file using DexClassLoader. My dex file has 20 packages and 200 classes in it. I need to load all the classes dynamically from another application using DexClassLoader. -- You received this message because you are subscribed to the

[android-developers] Google Android

2012-09-19 Thread Ashish Sharma
Plz Helpbring up a TEXT WINDOW that listens to the incoming phone call and converts the caller's speech to text and displays that text in the TEXT WINDOW..http://www.linkedin.com/e/s75x8n-h78nwxdy-58/vaq/162856012/76373/95463108/view_disc/?hs=falsetok=2v9Zt9Zp9dPlo1 -- You

[android-developers] Re: How to process a MJPEG stream?

2012-09-19 Thread bilb
In fact I found some example to do this ( herehttp://stackoverflow.com/questions/3205191/android-and-mjpeg#tab-top), but I need to get a MJpeg stream from rtsp url. Le mercredi 11 février 2009 23:35:11 UTC+1, Jared a écrit : Anyone have a code example on how to connect to a MJPEG stream, and

[android-developers] ASX Stream! urgent

2012-09-19 Thread Fermin Jimenez
Hello, I have to finish an app, the problem I'm asked to play an asx stream. Not much about android so if someone can let me code or help, I would greatly appreciate. A video on asx -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] I need advice from the Android developers community regarding a web link I am using within my App

2012-09-19 Thread Chris CJ
Hey Guys I have pointed a part of my app at a publicly available webpage, however the owner of the web page has contacted me and asked me to cease pointing people to his web page. My question is.is this considered to be illegal? I believe it is commonly called 'web scraping', where you

Re: [android-developers] Re: android.app.Application NullPointerException

2012-09-19 Thread Heila van der Merwe
So just to clarify: the advantage of using a Singleton object will be that if the app is killed, the Singleton object can just be recreated when it is needed. So you could use a Singleton object in the Application class to assure that it will be initialised when it is needed and the Singleton

[android-developers] How does the Google Play cash flow work?

2012-09-19 Thread sol-venetus.gd-dept
Hi there, we're new here and we would like to ask for experiences as to how the cash flow works for the Apple Store. Let's say, we submit an app. - How long does it approx. take for it to get approved? - How long does it take until the income from the app actually reaches the submitter? -

[android-developers] Re: how to inject non-english characters

2012-09-19 Thread LeenuxGuy
Hi Hardy, Did you ever find a solution for this? I also have a signed app with INJECT_EVENTS permissions, and I want to be able to send any character (English or otherwise) on to various EditText fields, based on external input. On Tuesday, May 29, 2012 3:06:43 AM UTC-5, Hardy Kahl wrote:

[android-developers] How to record media audio, AudioManager.STREAM_MUSIC

2012-09-19 Thread Meloy Común
Hi, I am making a piano app in android. I want to record the sounds maked by user when he plays the piano. I load sounds in a soundPool like: private void chargeSounds() { this.soundPool = new SoundPool(12, AudioManager.STREAM_MUSIC, 0);

[android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-19 Thread David GESG
Last weekend I planned a two hour driving trip away, where I knew that from the departure point A for one hour's driving DID HAVE mobile network access coverage, and that from the one hour driving point to the destination point B DID NOT HAVE mobile network coverage. In my testing preparation

[android-developers] What are the rules in regards to linking websites within an app?

2012-09-19 Thread David Tunnell
I am making a delivery driver helper app for practice. I am a current CS student and this is the biggest project I have taken so far. It is extracurricular. ANyway, would I be aloud to make one of the tabs in my app have a webview that foes to m.gasbuddy.com? Any clicks would benefit them. Is

[android-developers] Please suggest good book on Android devlopment

2012-09-19 Thread Jovish P
I am planning to buy a book on android development. i searched the web. a lot of options are there. not able to figure out which is the best. I have one year expernice on android devlopment. please help me out which one wil be the best option regards, jovish -- You received this message because

[android-developers] Smartphone FTP Client

2012-09-19 Thread Wajahat Bashir
*Hi.all, * I am new to android .. i wants create Login Page. - Login into any FTP server after providing login credentials (typical credentials are: Host, Username and Password) How can I achieve these..I am eagerly waiting..! Thanks in Advance, -- You

[android-developers] gridview in android

2012-09-19 Thread Saurabh Khemka
- I have a gridview of textfields in android. I want to shift a particular textview from its position. How do I get the view respective to that textview? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Android Multiple Screen Support for tablet

2012-09-19 Thread abc
RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/mainlayout android:layout_width=fill_parent android:layout_height=450dp android:background=#f8f9fe LinearLayout android:id=@+id/linearLayout1

[android-developers] Setting .apk expiration

2012-09-19 Thread Marcelo Corvezola
Hi, I apologize if this easily availabe info I just couldn't find it. Is there a way to set the .apk expiration cert. date for say, 1 day, or hours from build? Any links with info or tutorials on this would be great! this is not for a google play app..thnx -- You received this message

[android-developers] Errors building my first android app

2012-09-19 Thread aimit78
Hi, Can anyone please help me on this issue I have been trying to create a first Android App under the JAVA - Eclipse SDK Platform but the Build SDK dropdown list selection doesn't give me any choices, please see my screenshot below. Greatly appreciated it if someone please help me on this

[android-developers] Re: How can I add description with respect to each image in image switcher..

2012-09-19 Thread Badshah khan
Asalam o Alaikum. * *hope this is helpful. mSwitcher = (ImageSwitcher)findViewById(R.id.imageSwitcher1); mSwitcher.setFactory(this); Gallery g = (Gallery)findViewById(R.id.gallery1); g.setAdapter(new ImageAdapter(this));

[android-developers] Send long extra when starting an Activity from monkeyrunner or adb shell.

2012-09-19 Thread pablosgh
Hello! I want to start an Activity, using monkeyrunner or adb shell, that reads some extra values from the Intent. When trying to get a long value a ClassCastException is shown in log, and the default value is returned: * java.lang.ClassCastException: java.lang.Integer cannot be cast to

[android-developers] Play youtube video on WebView

2012-09-19 Thread uud ashr
Hi, I'm trying to use webview to open web page that contains embeded youtube video such as iframe width=420 height=315 src= http://www.youtube.com/embed/MKZVNrC0QYA; frameborder=0 allowfullscreen/iframe The web was shown, but when I play the video, there is no picture played, I can only hear

[android-developers] error in speech recognizer android

2012-09-19 Thread Rahul Raja
this code is to detect the words spoken and print the result..if i say 'add' or 'view' it takes to next activity but if i say some other word it stops after 2-3 times. also error 8 comes anytime.. plz help package com.expense; import android.app.Activity; import android.app.Dialog; import

[android-developers] Orientation checking

2012-09-19 Thread saca
hi, I am using android:screenOrientation=landscape to keep the screen in landscape. Although the user is in landscape mode, I also need to know user is holding the phone in landscape or portrait. How to program it? I had try to use getOrientation() , but the result is same in landscape or

[android-developers] Transfer data from PC to Android device

2012-09-19 Thread Yapa
Hy All, I need to transfer data from PC to android phone(specific application in the device). I know need two components(applications) to do that. one for PC and one to android phone. it mean two applications. I use C# for PC application. Can any one suggest a way or any sample code? --

[android-developers] Optimization distance using Dijkstra's algorithm

2012-09-19 Thread Faisal
I am currently completing my thesis, now I'm confused about the implementation to optimize distance on maps using Dijkstra's algorithm, are there any here who have used this algorithm to optimize distance on maps? using maps what? whether on google maps be? -- You received this message

[android-developers] Library

2012-09-19 Thread MehmedSenol Es
Hello, I have Problem after updating to SDK 20.0.3 ,my Android Project can not find the referenced Library(.jar File) Eclipse Juno android 20.0.3 sdk windows7x64 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: LogCat window is blank

2012-09-19 Thread Rafael Monteiro Dourado
Well, open the DDMS view and select your device. Em terça-feira, 18 de setembro de 2012 15h17min21s UTC-3, bob escreveu: Has anyone figured out why the LogCat window is blank a lot of times? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] *** FATAL EXCEPTION IN SYSTEM PROCESS: WifiWatchdogStateMachine

2012-09-19 Thread yogi
hi, i get the below exception when trying to connect my test phone running JB with cisco ap 1252, seems like the issue is with cisco ap not providing default dhcp gateway or ip info due to which my test phone acting as STA does a soft reboot. is there a way i could specify default

[android-developers] Re: Can't connect to activity manager; is the system running?

2012-09-19 Thread Hong Hong
On Thursday, September 13, 2012 12:20:34 AM UTC+8, Stefan Banu wrote: Hello, i„m trying to run my emulator android but i get this error: Can't connect to activity manager; is the system running? ActivityManager: android.util.AndroidException: Can't connect to activity manager; is the

[android-developers] Re: Unsubscribe

2012-09-19 Thread Chen Yee Tan
On Thursday, July 12, 2012 6:01:26 PM UTC+8, Thomas wrote: -- 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] Re: Silent installation of third party applications

2012-09-19 Thread RichardC
Kindle Fire is not stock Android. *If* Amazon have modified it to allow silent installs that is up to them. On Wednesday, September 19, 2012 3:32:53 PM UTC+1, Jovish P wrote: i have small doubt regarding this. then how third party app stores installing applications on android phone

[android-developers] Volume slider on tablet notification panel

2012-09-19 Thread ScheffsBlend
Probably because most devices do have hardware volume buttons. The percentage of devices that do not is probably too small to justify the effort of adding this in. The picture you provided is from a custom jellybean ROM for the Kindle Fire, which I worked on. Unfortunately this is not the

Re: [android-developers] Re: How can I add description with respect to each image in image switcher..

2012-09-19 Thread Sobia Awan
walikum As salam! Too late reply but this code is really helpful for me...Thank you so much for your reply. On Tue, Sep 18, 2012 at 5:20 PM, Badshah khan sultan.ibra...@xintsolutions.com wrote: Asalam o Alaikum. * *hope this is helpful. mSwitcher =

Re: [android-developers] Re: How to generate bitmap for a view and make the bitmap exactly equals to the view's display?

2012-09-19 Thread bob
I suspect your penguin image is too large. I see that the penguin image comes with Windows and is 1024x768. Perhaps the problem relates to the downscaling of this image? Why not try a smaller image that requires no scaling? On Monday, September 17, 2012 10:08:33 PM UTC-5, yu wrote:

Re: [android-developers] *** FATAL EXCEPTION IN SYSTEM PROCESS: WifiWatchdogStateMachine

2012-09-19 Thread Irfan Sheriff
Known issue. It will be fixed with an update. If you want to change config settings - you can use static IP by long pressing on a network and modifying it On Tue, Sep 18, 2012 at 5:51 AM, yogi yogeshk.bag...@gmail.com wrote: hi, i get the below exception when trying to connect my test phone

Re: [android-developers] Please suggest good book on Android devlopment

2012-09-19 Thread Felipe Silveira
I recommend this one: http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470565527 On Wed, Sep 19, 2012 at 11:33 AM, Jovish P android.f...@gmail.com wrote: I am planning to buy a book on android development. i searched the web. a lot of options are there. not

Re: [android-developers] Please suggest good book on Android devlopment

2012-09-19 Thread Kristopher Micinski
You can Google the history for book suggestions. Personally I found Mark Murphy's books to be pretty useful, but others may be good as well.. Most books are just kind of crap, consisting of reams of printed API material.. kris On Wed, Sep 19, 2012 at 10:33 AM, Jovish P android.f...@gmail.com

Re: [android-developers] Please suggest good book on Android devlopment

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 12:05 PM, Kristopher Micinski krismicin...@gmail.com wrote: You can Google the history for book suggestions. Personally I found Mark Murphy's books to be pretty useful, but others may be good as well.. Thanks for the vote of confidence! -- Mark Murphy (a Commons Guy)

[android-developers] Re:

2012-09-19 Thread glenviewjeff
I just filed an Android tools bug reporthttp://code.google.com/p/android/issues/detail?id=37631on this: The following users and I have seen this error crop up when using the Graphical Layout tab of the layout editor, even on the simplest and correct layouts. Could not create tab content

[android-developers] My Google Play app was suspended, any advice ?

2012-09-19 Thread spocky12
Hi, I've made an app called GalaxSim Unlock to sim unlock Samsung Galaxy devices and I published it on the Play Store last week. Today I received an email saying that it's been suspended because of : Violation of the Content Policy http://www.android.com/us/developer-content-policy.html.. I

[android-developers] Re: Please suggest good book on Android devlopment

2012-09-19 Thread FiltrSoft
You don't need a book. There are a ton of examples just by searching. I would just start with Google's Hello World tutorial: http://developer.android.com/training/basics/firstapp/index.html You'll learn alot more by doing, then reading. On Wednesday, September 19, 2012 10:36:27 AM UTC-4,

[android-developers] Re: I need advice from the Android developers community regarding a web link I am using within my App

2012-09-19 Thread nobre
As long as you don't use the content as if it were your own (hiding address, or making it look like you are the author), there's no problem in linking anything from your app. Of course it would be more appropriate to have a nice relationship with the content creator. Em terça-feira, 18 de

Re: [android-developers] I need advice from the Android developers community regarding a web link I am using within my App

2012-09-19 Thread Kristopher Micinski
FYI, you shouldn't solicit legal advice from those not qualified to give it, as it can potentially be illegal for them to do so... kris On Tue, Sep 18, 2012 at 8:49 PM, Chris CJ chriscj...@gmail.com wrote: Hey Guys I have pointed a part of my app at a publicly available webpage, however the

Re: [android-developers] Setting .apk expiration

2012-09-19 Thread Kristopher Micinski
No, this is not possible. kris On Tue, Sep 18, 2012 at 2:50 PM, Marcelo Corvezola mcorvez...@gmail.com wrote: Hi, I apologize if this easily availabe info I just couldn't find it. Is there a way to set the .apk expiration cert. date for say, 1 day, or hours from build? Any links with info

[android-developers] Re: my first application crushes

2012-09-19 Thread shlomi cohen
On Wednesday, September 19, 2012 10:30:30 AM UTC+3, Afik Gilboa wrote: it's probebly a beginners question but i couldn't found it on google.. I created my first adk file (of my first application) and send it to my phone via email.. after installation I tried to run the app and it

[android-developers] Re: Advertising opt out

2012-09-19 Thread Nathan
On Wednesday, September 19, 2012 4:45:26 AM UTC-7, John Coryat wrote: Increasing CTR increases CPM. If you want to deny that, you're also denying yourself potential revenue. There's no simple math here as Rudolf explained. I don't deny that. But who cares about CPM? If you have the same

[android-developers] Re: get bitmap size

2012-09-19 Thread Streets Of Boston
int pixels = bitmap.getHeight() * bitmap.getWidth(); int bytesPerPixel = 0; switch(bitmap.getConfig()) { case ARGB_: bytesPerPixel = 4; break; case RGB_565: bytesPerPixel = 2; break; case ARGB_: bytesPerPixel = 2; break; case ALPHA_8 : bytesPerPixel = 1; break; } int

[android-developers] Re: My Google Play app was suspended, any advice ?

2012-09-19 Thread spocky12
Ok replying to myself to share my experience. And that's good news ! I've read many times that people had hard times getting information from google and that they never answered their requests. I've just had an anwser and my app has just been reinstated (though I still don't know why it's

[android-developers] Re: CRASH AVD on eclipse.

2012-09-19 Thread albeegeek
Thank's for te reply! I'have try to replicate on avd the characteristics of the nexus 7, the parameter taken to the specification form. -- 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: What are the rules in regards to linking websites within an app?

2012-09-19 Thread Geofuzzy
There are no limitations on Android Apps like that, you can load any webview you want. On Tuesday, September 18, 2012 6:09:42 PM UTC-4, David Tunnell wrote: I am making a delivery driver helper app for practice. I am a current CS student and this is the biggest project I have taken so far.

Re: [android-developers] AS DEVELOPE ON NEXUS7

2012-09-19 Thread albeegeek
Intruction for noobs :D thank's! i try Il giorno martedì 18 settembre 2012 00:04:58 UTC+2, Fran ha scritto: Connect an actual Nexus 7 device to your computer, and don't forget to enable Debug on the Nexus. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Silent installation of third party applications

2012-09-19 Thread Kristopher Micinski
not possible to do on vanilla Android, security concern, blerg, if Amazon does it, good luck to them. If you know the answer then why are you asking? kris On Wed, Sep 19, 2012 at 10:30 AM, Jovish P android.f...@gmail.com wrote: i have small doubt regarding this. then how third party app

[android-developers] VideoView and MediaPlayer

2012-09-19 Thread bob
Can someone help me understand the relationship between VideoView and MediaPlayer? Does one use the other under the hood? I'm partly wondering this because MediaPlayer has setOnSeekCompleteListener, and I would like to do something like this with a VideoView. -- You received this message

Re: [android-developers] Re: LogCat window is blank

2012-09-19 Thread bob
Yeah, I guess restarting Eclipse seems to work. On Wednesday, September 19, 2012 9:04:54 AM UTC-5, Jovish P wrote: some times i also used to exprnice the same problem. it wil stat working once i restart eclipse. not able to find out why it is happening Regards, Jovish On Wed, Sep

Re: [android-developers] Re: My Google Play app was suspended, any advice ?

2012-09-19 Thread Fred Stluka
On 9/19/12 1:44 PM, spocky12 wrote: I've just had an anwser and my app has just been reinstated (though I still don't know why it's been suspended first): That's good news! Can you please give details of how you successfully contacted Google? Via e-mail? Via a link on a support Web page?

[android-developers] Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
I don't have access to a Nexus 7 but I'm getting feedback from users that they can't access the menus in my app...like, at all...which I find perplexing since I use the same standard menus that all Android apps use (including the Android home-screen). If the Nexus 7 doesn't have a relatively

Re: [android-developers] Nexus 7 has no menu button?

2012-09-19 Thread Mark Murphy
Many Android devices do not have a MENU button. Most tablets do not have a MENU button. The Galaxy Nexus does not have a MENU button. http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html If you are using standard options menus and you are showing the action bar, then

[android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread bob
*Many of the latest Android devices have eliminated the hard menu key found on earlier hardware. Consequently, it's now the responsibility of app developers to include soft menu keys in their apps. * * * *sic* On Wednesday, September 19, 2012 3:42:44 PM UTC-5, Keith Wiley wrote: I

[android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Right, so since it targets a very old SDK, you're saying they should be able to simply access the menus through an option in the system bar. In other words, these people don't know how to use their tablets; their problem has nothing to do with my app being incompatible with their device, or

[android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
On Wednesday, September 19, 2012 1:58:42 PM UTC-7, bob wrote: *Many of the latest Android devices have eliminated the hard menu key found on earlier hardware. Consequently, it's now the responsibility of app developers to include soft menu keys in their apps. * * * Um, forgive me, but

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
What Mark said is that you did things the standard way, users without hard menu button will see a soft one. But if you did it another way, it won't be shown. So you should update your app. On Sep 19, 2012 11:08 PM, Keith Wiley kbwi...@gmail.com wrote: On Wednesday, September 19, 2012 1:58:42

[android-developers] Problems With AVD, Again!

2012-09-19 Thread Darryl Griffiths
My AVD thats configured for 2.3.3 Gingerbread has been working fine for days, but this evening its decided to play up after me deleting the device and creating a new one :-( Snapshot is enabled and it loads up fine displaying hello world, but the app doesn't update after me replacing the hello

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Well, that's fair. I'm not denying the the current release is a little old and targets older SDKs. The app could certainly benefit from some sprucing up. However, I wanted to verify whether the app *should* essentially work on modern hardware given that some users were emailing me saying

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
What's your app? Is on Google play? On Sep 19, 2012 11:36 PM, Keith Wiley kbwi...@gmail.com wrote: Well, that's fair. I'm not denying the the current release is a little old and targets older SDKs. The app could certainly benefit from some sprucing up. However, I wanted to verify whether

  1   2   >