[android-developers] Re: Meta: Changes to new-user moderation policy

2019-09-09 Thread Bob
Thank you On Monday, September 2, 2019 at 5:01:39 AM UTC-7, Nisha George wrote: > > you can block the all fake incoming call on your Android by adding it to > block list. Call history > Upper fight corner Settings > Call Blocking > > Add the number and Block. Steps may very for different

[android-developers] Lunch Activity into Freeform Stack

2016-10-13 Thread Bob Peng
Recently , I was developing android framework , I want to lunch activity to freeform stack directly, I wonder if anyone can tell me how to do it ? the default entry is lunch from the SystemUI recent activity ! -- You received this message because you are subscribed to the Google Groups

[android-developers] Loading a local mp4 video from an html link on Android Samsung tablet

2016-09-08 Thread Bob Achgill
could not find a way to change settings so html files get opened by Chrome instead of HTMLViewer. Thanks! Bob -- 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 i

[android-developers] Android app licensing error class not found

2016-07-16 Thread Bob B.
I have worked through the example in the SDK and am now receiving the following error when trying to run the demo app. Caused by: java.lang.ClassNotFoundException: Didn't find class "com.rythmair.licenseverification.MainActivity" on path: DexPathList[[zip file

[android-developers] Am I missing a qualifier?

2016-07-05 Thread Bob B.
devices, which unfortunately I am not always finding to be correct. If someone could tell me if I'm in the ball park or WAY off base on my understanding up to this point, I would really appreciate it. Thank you! Bob -- You received this message because you are subscribed to the Google

[android-developers] Android virtual device help

2016-07-04 Thread Bob B.
between a 3" phone and 10" tablet that both happen to have a dp of 320 is not helping me here. Thanks! Bob -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails fr

[android-developers] SURELY, someone out there can help/explain this to me.

2016-07-02 Thread Bob B.
so does my problem exist there? Thanks! Bob -- 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 email to android-developers+unsubscr...@googlegroups.com. To post t

[android-developers] Missing something when sizing images to support different screens

2016-07-01 Thread Bob B.
of providing assets that are close to where they should be, which is what I am attempting to do. Is this not the case? There has to be some formula / step that I am simply missing here so if anyone could shed some light on this for me, I would greatly appreciate it. Thank you all! Bob -- You r

[android-developers] trying to run Android Studio in Ubuntu 14.04 can't read documentation, or create virtual device

2016-04-21 Thread Bob Mounger
I want to port http://generalfuzz.net/acrn/ to android to help my (and other peoples) tinnitus. I tried AppInventor but it could not make the frequency slider. & then PhoneGap which only produced a part of the app. So I thought I have to start from scratch. I am running Ubuntu 14.04 32 bit

[android-developers] Newbie Problem

2016-02-01 Thread Bob Reeves
i am going though a tutorial trying to learn this so i can show others. I have this line: getSupportActionBar().setDisplayShowHomeEnabled(true); when i try to run on emulator the program

[android-developers] Re: Newbie Problem

2016-02-01 Thread Bob Reeves
and thank you in advance. On Monday, February 1, 2016 at 1:26:44 PM UTC-5, Bob Reeves wrote: > > i am going though a tutorial trying to learn this so i can show others. > > I have this line: > > > <https://lh3.googleusercontent.com/-fD_TlOkiAQs/Vq-jVQCSbJI/AGc/moa

[android-developers] You need to enter a valid YouTube address

2014-12-19 Thread Bob S
://groups.google.com/forum/#!searchin/android-developers/You$20need$20to$20enter$20a$20valid$20Youtube$20address/android-developers/ALLqV2zmyZE/qWPy8lIokcgJ So does anyone know what you have to do to get it to work? Thanks Bob -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Activity partially offscreen

2013-10-10 Thread bob
Is there a way to push an activity to the right or left so that half of it is off the screen? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Hax freeze

2013-10-09 Thread bob
Has anyone gotten Intel Hax working on a Macbook Pro or other Apple machine? I've got it installed on my Macbook Pro, but my entire computer freezes when I launch the Android Virtual Device that uses the Hax. Has anyone else seen this? Thanks. -- You received this message because you are

[android-developers] editTextBackground

2013-09-30 Thread bob
I saw this in styles.xml: item name=android:background?android:attr/editTextBackground/item Is there a way to figure out exactly what ?android:attr/editTextBackground is? Is that a nine-patch somewhere? Thanks. -- You received this message because you are subscribed to the Google Groups

[android-developers] mixing themes

2013-09-28 Thread bob
Is there an easy way to have a widget take on the style of a theme other than the current one? For instance, maybe the current theme is Theme.Holo but you want a widget to look like Theme.Light. Thanks. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] MediaController

2013-08-10 Thread bob
Does anyone know why the MediaController class doesn't show up on the screen when I define it in an XML layout? I saw this in the docs: *The way to use this class is to instantiate it programatically.* However, the docs seem to contradict themselves when they go on to say: *Functions like

[android-developers] Re: Stretch videostrong

2013-07-26 Thread bob
:04:46 PM UTC+5:30, bob wrote: Anyone know if there's an easy way to scale a VideoView so the video takes up the whole screen? I want it to be stretched. Thanks. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] make a VideoView loop seamlessly?

2013-07-24 Thread bob
Is there any way to make a VideoView loop completely seamlessly? The video seems to stutter a bit. I have tried the OGG format (OGV), but the Nexus 7 says it doesn't know how to play it. I think it would help if I knew how to load the whole thing into RAM. Thanks. -- -- You received this

[android-developers] Stretch videostrong

2013-07-20 Thread bob
Anyone know if there's an easy way to scale a VideoView so the video takes up the whole screen? I want it to be stretched. Thanks. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Can an image be embedded in an email body?

2013-05-23 Thread bob
Why not try something like this: * Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); * *emailIntent.setType(application/image);* *emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{b...@example.com}); * *

[android-developers] Re: Suddenly Lots of Apps in Play Store are no longer compatible my Galaxy Tablet

2013-05-23 Thread bob
Yes, setting *android:targetSdkVersion* to 11 worked for me. Thanks. On Thursday, May 23, 2013 2:23:29 PM UTC-5, Fredrik Hyttnäs-Lenngren wrote: Confirmed! Adding *android:targetSdkVersion *with a value higher or equal to 11 fixed this issue. On Thursday, 23 May 2013 19:20:04 UTC+2,

Re: [android-developers] Re: Donwloadin incomplete file

2013-05-22 Thread bob
.jpgdirectory=attachment/AUDITdisplayfile=You_Should_Be_Working.jpg Thanks On Tue, May 21, 2013 at 7:58 PM, bob b...@coolfone.comze.comjavascript: wrote: What is the URL you are downloading from? Thanks. On Tuesday, May 21, 2013 4:45:44 AM UTC-5, rahul kaushik wrote: yes am searching

[android-developers] Re: Suddenly Lots of Apps in Play Store are no longer compatible my Galaxy Tablet

2013-05-22 Thread bob
I have seen something similar to this. Can you maybe list a few apps where you've seen this so maybe we can figure out the common denominator? I have seen this with my app when minSdkVersion=3. The problem went away when I set minSdkVersion=15 and targetSdkVersion=15. Thanks. On Wednesday,

[android-developers] Re: collision detection

2013-05-22 Thread bob
;* *if (this.bottom bottom) this.bottom = bottom;* *return true;* *}* *return false;* *}* Thanks. On Friday, March 25, 2011 8:33:57 PM UTC-5, Hari Edo wrote: On Mar 25, 8:36 pm, bob b...@coolgroups.com wrote: Does android have any libraries to help with collision

[android-developers] Re: TextView's line breaking algo leaves whitespace at line beginnings (?)

2013-05-22 Thread bob
Maybe post a screenshot and/or your layout code? I tried and I cannot reproduce your issue: https://lh5.googleusercontent.com/-7vrHInHVCZU/UZzs2smGQ7I/AhM/WklR-yaiAvQ/s1600/cnr2.png Thanks. On Wednesday, May 22, 2013 10:50:33 AM UTC-5, latimerius wrote: Hello, I just noticed that

[android-developers] Re: Create an app to store a list of values locally on the phone/device

2013-05-22 Thread bob
It sounds like the Notepad sample is very similar to what you are looking for: https://lh4.googleusercontent.com/-q5ckV96UK3E/UZ0DgFUyrjI/Ahc/kGZGbYZv4r4/s1600/notepad2.png Thanks. On Wednesday, May 22, 2013 10:31:34 AM UTC-5, Dan Cha wrote: Ive looked around and found only a few

[android-developers] Re: Long Press on custom View

2013-05-22 Thread bob
It sounds like you want to call this method on your view: */*** * * Register a callback to be invoked when this view is clicked and held. If this view is not* * * long clickable, it becomes long clickable.* * ** * * @param l The callback that will run* * ** * * @see

[android-developers] Re: Android native libraries: How can they be used?

2013-05-22 Thread bob
On Wednesday, May 22, 2013 2:42:30 PM UTC-5, Ishan Sharma wrote: Hello! I have been reading Android architecture for some time and have some questions pertaining to the native libraries. a) Are the native libraries used by the Application Framework? Yes. b) There are some

Re: [android-developers] Re: Donwloadin incomplete file

2013-05-21 Thread bob
What is the URL you are downloading from? Thanks. On Tuesday, May 21, 2013 4:45:44 AM UTC-5, rahul kaushik wrote: yes am searching for the= sign and i have set both the permissions but same result Thanks On Tue, May 21, 2013 at 1:18 AM, bob b...@coolfone.comze.comjavascript: wrote

[android-developers] Re: Some tablets marked as Incompatible in Play Store, but not in Developer Console

2013-05-21 Thread bob
I agree that *it probably does not have to do with the 2.2 build*. I was having the same problem and was using the 2.2 build. However, I switched from 2.2 to 4.2 SDK, and this did not remedy the problem. However, I was able to sort of remedy the problem by setting minSdkVersion=15

[android-developers] Re: Another Resources.NotFoundException with setContentView()

2013-05-21 Thread bob
? or What EXACTLY does a Resources.NotFoundException mean? My IDE is Eclipse Indigo. On Monday, May 20, 2013 4:43:48 PM UTC-4, bob wrote: I cannot reproduce the error you are getting. What IDE are you using? Thanks. On Monday, May 20, 2013 3:35:24 PM UTC-5, plnelson wrote: On Monday

[android-developers] fatal errors

2013-05-21 Thread bob
I've been contemplating fatal errors. Back in the DOS days, I would just print them out and exit the program. This was often adequate because you could instantly see what had happened. However, with Android, when your program exits, nothing from it is left on the screen. Any ideas as to

[android-developers] Re: OpenMAL-AL based app in Ginger bread

2013-05-21 Thread bob
Is this file present in your jni directory? *libnative-media-jni.so* Thanks. On Tuesday, May 21, 2013 6:25:43 AM UTC-5, vigneshwaran s wrote: Hi, I'm trying to develop android app, in gingerbread using OpenMAX-AL.Basically openMAX-AL library not supporatable in GingerBread.So im using

[android-developers] Re: Android shared preference via JNI

2013-05-21 Thread bob
Why would you *need* to implement that via JNI? The obvious solution is to just use Java. Thanks. On Tuesday, May 21, 2013 1:34:08 AM UTC-5, Mr cool wrote: in my android application in need to access the shared memory between the two application ,i knew android kernel is not like Linux

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-20 Thread bob
. On Saturday, May 18, 2013 10:10:16 AM UTC-5, bob wrote: I added this line to the manifest: uses-feature android:name=android.hardware.telephony android:required=false / As far as I can tell, it made no difference. It still claims its not compatible with all tablets on Google Play

[android-developers] Re: Donwloadin incomplete file

2013-05-20 Thread bob
I'd say you are probably trying to write to a bad filename. Maybe try changing the file open code to this: FileOutputStream fos = new FileOutputStream(Environment .getExternalStorageDirectory().toString() + / + *test.hmm*); Thanks. On Monday, May 20, 2013 7:25:12 AM UTC-5, rahul kaushik

[android-developers] Re: Donwloadin incomplete file

2013-05-20 Thread bob
Actually, I was looking at your code some more, and *I would want to know the URL you are downloading from* to get a better idea of the correctness. I see that you are searching for an equals sign and using that to find the file name. If it turns out you are coming up with an okay file name,

[android-developers] Re: Another Resources.NotFoundException with setContentView()

2013-05-20 Thread bob
I cannot reproduce the error you are getting. What IDE are you using? Thanks. On Monday, May 20, 2013 3:35:24 PM UTC-5, plnelson wrote: On Monday, May 20, 2013 4:26:05 PM UTC-4, Jonathan S wrote: how about ant clean build This isn't an ant-based project, and anyway, ant is just

[android-developers] Re: rendering international text into GL texture with correct line breaks

2013-05-20 Thread bob
You may be able to just stick a TextView or even a sophisticated layout right over the OpenGL surface. This would save you the hassle of writing code to convert to textures. It would be like this: *setContentView(yourGLSurfaceView);* *addContentView(yourTextOverlayView);* Thanks. On

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-18 Thread bob
://developer.android.com/guide/topics/manifest/uses-permission-element.html - developer.android.com/guide/topics/manifest/uses-feature-element.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 17, 2013 at 9:24 PM, bob b

[android-developers] Re: License for Google Volley

2013-05-17 Thread bob
Maybe ask Ficus Kirkpatrick? Here's what he says: I'm going to be giving a talk at #io2013 on Volley, a library me and a few of my teammates developed that makes it really easy to build super-fast networked applications for Android. Honestly, I'm not quite sure I get it with regards to

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
a minor change. Thanks. On Thursday, May 16, 2013 10:20:07 AM UTC-5, MagouyaWare wrote: On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.comjavascript: wrote: Why is it not compatible? I believe that would be his question... Why not just make it compatible? Because he doesn't

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
. And, today, for some reason, version 59 is supposedly not compatible. Not sure what I can do except wait and hope this gets fixed. Thanks. On Friday, May 17, 2013 9:42:54 AM UTC-5, bob wrote: Hmm… I'm seeing something similar. My app is supposedly not compatible on the Galaxy Tab 10.1: https

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
. On Friday, May 17, 2013 11:16:52 AM UTC-5, bob wrote: Heh… I've been looking into this, and the Nexus 7 is saying the same thing. This is very interesting as I'm pretty sure I downloaded the app as a test to the Nexus 7 from Play Store a few days ago. So, it seems like, a few days ago, version

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Store compatibility issues you need to show us the Manifest. On Friday, May 17, 2013 9:28:43 PM UTC+1, bob wrote: Well, I'm continuing to investigate why Google suddenly thinks my app is incompatible with certain devices. I went to the Play Store and created this compatibility screen shot

[android-developers] Re: Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-17 Thread bob
I also encountered this oddity. I had to run *android* at the command line on two separate occasions, thus performing two updates. Not sure why one update didn't get the job done. Thanks. On Thursday, May 16, 2013 11:02:14 AM UTC-5, Stefano G. Rago wrote: Same here!!! I was working

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
I don't think there is a requiredattribute for the uses-permission tag. Thanks. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] Re: JNI on SDCard?

2013-05-16 Thread bob
reply :-) On Thursday, May 16, 2013 1:02:10 AM UTC+3, bob wrote: I found this one using Google: https://groups.google.com/**forum/?fromgroups=#!topic/** android-ndk/0uY4qgam1Wshttps://groups.google.com/forum/?fromgroups=#!topic/android-ndk/0uY4qgam1Ws It says: You must use System.load

[android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread bob
Why is it not compatible? Why not just make it compatible? Thanks. On Thursday, May 16, 2013 2:23:45 AM UTC-5, Avinhood wrote: Hi, Please help me on this. I have an app on Play which is not compatible on a this specific device Samsung GT-P3110, a 7tab. Its compatible on other tabs and

[android-developers] Re: Losing OpenGL context when home button is pressed! How to fix?

2013-05-16 Thread bob
Why not take a look at the *BasicGLSurfaceView* sample and maybe use that as a template? Thanks. On Thursday, May 16, 2013 7:13:28 AM UTC-5, reaktor24 wrote: I am trying to fix my apps OpenGL context loss whe the home button is pressed or when a call is received. How do I retreive the

Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread bob
Toasts automatically disappear after a short period of time. Thanks. On Thursday, May 16, 2013 2:10:38 AM UTC-5, geo wrote: The problem is that it doesn't work. When I press now the button to start searching for signal it doesn't start at all. Also, I am not sure if it will work like the

[android-developers] GLES20Canvas

2013-05-16 Thread bob
Can someone help me understand why I can't find GLES20Canvas in my android.jar? I see it here: http://grepcode.com/file_/repository.grepcode.com/java/ext/com.google.android/android/4.2.2_r1/android/view/GLES20Canvas.java/?v=source But, it's not here:

Re: [android-developers] Phone does not update an app from google store

2013-05-16 Thread bob
Also, updates do not seem to be 100% instantaneous: http://forum.xda-developers.com/showthread.php?t=1498892 *Auto-updates don't seem to be immediate. It could be similar to when an OTA starts rolling out. It will update in waves, so that if say, Google Maps gets an update, they don't have 20

[android-developers] Re: How to Send MMS

2013-05-15 Thread bob
*// Get the URI of a piece of media to attach. * *Uri attached_Uri = Uri.parse(content://media/external/images/media/1); * * * *// Create a new MMS intent * *Intent mmsIntent = new Intent( Intent.ACTION_SEND, attached_Uri); * *mmsIntent.putExtra(sms_body, Please see the attached image); *

Re: [android-developers] Too large bitmap to be uploaded into a texture - Getting max texture size.

2013-05-15 Thread bob
I'm looking at the code for *getMaximumBitmapWidth*, and it looks like it always returns 32766: private static final int MAXMIMUM_BITMAP_SIZE = 32766; * public int getMaximumBitmapWidth() {* * return MAXMIMUM_BITMAP_SIZE;* * }* Am I missing something? Thanks. On Tuesday,

[android-developers] Re: JNI on SDCard?

2013-05-15 Thread bob
I found this one using Google: https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/0uY4qgam1Ws It says: You must use System.load() if you want to specify the full path name of the file, System.loadLibrary() is only for ones in the default location. Also *you should not be able

Re: [android-developers] setEGLConfigChooser

2013-05-14 Thread bob
it. On Mon, May 13, 2013 at 12:32 PM, bob b...@coolfone.comze.comjavascript: wrote: Let's say you're setting up a GLSurfaceView. You want it to look good, so you do this: this.setEGLConfigChooser(8, 8, 8, 8, 16, 0); That's probably fine *if* the user can support that video mode. But what about

Re: [android-developers] Custom Base Adapter.

2013-05-14 Thread bob
It sounds like he may want to call *Collections.sort()* on the backing collection. Probably a *Vector*. Thanks. On Tuesday, May 14, 2013 2:08:37 PM UTC-5, MagouyaWare wrote: So you just need to be able to sort the data? Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Re: Dispalying PDF files within a tablet application

2013-05-13 Thread bob
Why not just use an image? Thanks. On Saturday, May 11, 2013 10:33:23 AM UTC-5, Simon Giddings wrote: I have seen that this topic has been raised a number of times over the last few years. I am surprised that Google has not thought of adding a native API to keep up with the other side

Re: [android-developers] Re: Update a textview from another thread

2013-05-13 Thread bob
Yes. It will be something like this: *public class MainActivity extends Activity {* * * * public static Handler handler = new Handler();* In other thread: *MainActivity.handler.post(new Runnable() {* * * * @Override* * public void run() {* * tv.setText(test);* * * * }* * });*

[android-developers] setEGLConfigChooser

2013-05-13 Thread bob
Let's say you're setting up a GLSurfaceView. You want it to look good, so you do this: this.setEGLConfigChooser(8, 8, 8, 8, 16, 0); That's probably fine *if* the user can support that video mode. But what about, if for some reason, the user's device can't support that mode? Is there a

[android-developers] video error messages?

2013-05-10 Thread bob
Is there any way to get good information concerning an error when a VideoView won't play a video file? It seems like the OnErrorListener doesn't give much info when there's an error. It just passes this in: public static final int MEDIA_ERROR_UNKNOWN = 1; Thanks. -- -- You received

[android-developers] Re: Download file in webview from url

2013-05-10 Thread bob
I think the only one of those you can definitely load in a WebView is an image. That would be done like so: * @Override* * protected void onCreate(Bundle savedInstanceState) {* * super.onCreate(savedInstanceState);* * WebView wv = new WebView(this);* * setContentView(wv);* *

[android-developers] Intent confusion

2013-05-10 Thread bob
I'm trying to understand Intents better. So I have this code to show a PDF: *String file_loc = /mnt/sdcard/mypdf.pdf;* *Uri dest = Uri.fromFile(new File(file_loc));* * * *Intent i = new Intent();* *i.setPackage(com.adobe.reader);* *i.setDataAndType(dest, application/pdf);* *startActivity(i);* I

[android-developers] Re: Intent confusion

2013-05-10 Thread bob
*com.adobe.reader* as well. On Friday, May 10, 2013 2:17:05 PM UTC-4, bob wrote: I'm trying to understand Intents better. So I have this code to show a PDF: *String file_loc = /mnt/sdcard/mypdf.pdf;* *Uri dest = Uri.fromFile(new File(file_loc));* * * *Intent i = new Intent();* *i.setPackage

[android-developers] Re: drawing over everything

2013-05-10 Thread bob
, the Toast class itself. Thanks. On Thursday, May 9, 2013 4:08:56 PM UTC-5, bob wrote: Is there an easy way to draw over the whole screen including the soft keyboard? I'm trying to create an app that has a fire effect using particle effects wherever the user presses the screen

[android-developers] drawing over everything

2013-05-09 Thread bob
Is there an easy way to draw over the whole screen including the soft keyboard? I'm trying to create an app that has a fire effect using particle effects wherever the user presses the screen. Thanks. -- -- You received this message because you are subscribed to the Google Groups

[android-developers] form special effects

2013-05-08 Thread bob
So, I have a typical form interface, and I want to add some special effects to it. Basically, I want to have a water splashing particle effect when the user touches it. Anyone know the best way to do this? I'm not quite sure how to draw on top of all the other stuff... text fields and

Re: [android-developers] Switching between GLES2.0 and native Canvas rendering on the fly works in 2.3.6 but no in 4.2.2

2013-05-08 Thread bob
If you want to use Canvas and OpenGL at the same time, why not just do something like this? @Override protected void onCreate(Bundle icicle) { super.onCreate(icicle); mView = new BasicGLSurfaceView(getApplication()); setContentView(mView); Button

[android-developers] LayoutInflater

2013-05-08 Thread bob
So, I have this layout… It starts out like this: ?xml version=1.0 encoding=utf-8? TableLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=wrap_content android:layout_height=wrap_content android:layout_gravity=center_horizontal

Re: [android-developers] Using App Cache - Without Trying to

2013-05-08 Thread bob
Maybe if you try this option *android:installLocation=preferExternal* you might be able to find them on your SD Card? You can also call this once in awhile: *webview.clearCache(true);* Maybe at least call it on startup? Thanks. On Wednesday, May 8, 2013 4:11:58 PM UTC-5, Nathan wrote:

[android-developers] Re: Getting webview content

2013-05-07 Thread bob
Maybe just create an HttpURLConnection to the URL? There's an example here: *http://developer.android.com/reference/java/net/HttpURLConnection.html* It says: * URL url = new URL(http://www.android.com/;);* * HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();* *

[android-developers] video background

2013-05-07 Thread bob
I have an Activity that is basically a form, and I would like to use a video background. It would probably be about a 2 megabyte MP4 file. The easiest way for me to plug it into the existing code would probably be if there existed a subclass of Drawable called VideoDrawable, but it does

[android-developers] drawing horizontally flipped Bitmap

2013-05-07 Thread bob
So, I have a fish Bitmap that is facing left. I want to draw the Bitmap facing right sometimes though. Any thoughts on the best way to do this on a Canvas object? Thanks. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] How to do the slicing effect as in fruit ninja when user touches the screen?

2013-05-06 Thread bob
Maybe look at this? http://www.iossourcecode.com/2012/06/23/how-to-make-a-game-like-fruit-ninja-with-box2d-and-cocos2d-part-3/ -- -- 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] GridView inside ListView giving OutOfMemoryError

2013-05-06 Thread bob
It sounds like you may need to put this in your manifest: android:largeHeap=true Thanks. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Application background image auto resize problem

2013-05-06 Thread bob
It sounds like you will want to subclass *Drawable*. Then you implement the *draw(Canvas c)* method in My_Drawable. Then you do *view.setBackground(my_drawable);* Thanks. On Thursday, May 2, 2013 8:43:04 PM UTC-5, Gerson Novais wrote: Hi, I have an application using custom theme in

[android-developers] activity on boot

2013-05-06 Thread bob
So, I have a broadcast receiver that is supposed to start an activity on device boot: public class Boot_Receiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { Intent activity_intent = new Intent(Main_Activity.class.getName());

[android-developers] Re: activity on boot

2013-05-06 Thread bob
needed. Thanks. On Monday, May 6, 2013 2:34:04 PM UTC-5, bob wrote: So, I have a broadcast receiver that is supposed to start an activity on device boot: public class Boot_Receiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent

[android-developers] Re:

2013-05-06 Thread bob
Well, what is line 217 of *MapWs.java*? I bet mc is probably null? Thanks. On Sunday, May 5, 2013 2:13:52 PM UTC-5, ASMA wrote: Hii , i want to get the current position on the map on basis of latitude and longitude. But the program crashes with a null pointer exception 05-05

[android-developers] custom views

2013-05-03 Thread bob
I'm trying to learn custom views. So I went here: http://developer.android.com/training/custom-views/create-view.html Then I downloaded the sample: https://lh4.googleusercontent.com/-HP0GlAFmogc/UYPCOWqrJWI/AcA/8-bFwiRp5YU/s1600/download_sample.png However, I don't see any Eclipse

[android-developers] Re: New to Android

2013-05-03 Thread bob
You will want to put your code in a file called beta.java. Then you can add this to your onCreate function: * * *beta.main(null);* * * * * * * Thanks. On Tuesday, April 16, 2013 8:10:28 PM UTC-5, rlloyd wrote: I have a java file

Re: [android-developers] Re: How to get scrolling to just scroll endlessly when you swipe the screen up or down?

2013-05-03 Thread bob
Try changing this: *TextView textView = new TextView(this);* *setContentView(textView);* *textView.setMovementMethod(new ScrollingMovementMethod());* to this: * * *ScrollView sv = new ScrollView(this); * *TextView

[android-developers] Re: Splash Screen: When my splash screen loads and i hit the back button, the application still shows?? why??

2013-05-03 Thread bob
This guy has a splash screen example that uses a flag (mIsBackButtonPressed) to see if back was pressed: http://myandroidsolutions.blogspot.com/2012/06/android-simple-splash-screen.html So, he basically guards against what you're talking about. Thanks. On Friday, May 3, 2013 9:18:45 AM

[android-developers] Re: getVoiceMessageCount?

2013-05-03 Thread bob
I think it's because the method uses an *@hide* annotation. So, I think you have to use Reflection to call it. Thanks. On Monday, April 22, 2013 9:39:33 PM UTC-5, steve...@gmail.com wrote: I am trying to get the number of voicemails on an Android using TelephonyManager, seems it

Re: [android-developers] dial a predefined number directly from app

2013-05-03 Thread bob
Yes, I think you use ACTION_CALL as shown here: http://www.mkyong.com/android/how-to-make-a-phone-call-in-android/ Something like this: ** Intent callIntent = new Intent(Intent.ACTION_CALL); callIntent.setData(Uri.parse(tel:8675309));

[android-developers] Re: ATT making it impossible to enable USB debugging on Samsung Galaxy S4

2013-05-03 Thread bob
Have you tried this? http://timgray.blogspot.com/2012/11/enable-developer-mode-on-your-jelly.html *to turn on developer mode go into settings, then go to about tablet or about phone and then tap on the build number 7 times.* Thanks. On Friday, May 3, 2013 4:47:23 PM UTC-5, Jungle Jim

[android-developers] Re: program crashes when i try to create a table for my app

2013-05-02 Thread bob
I think there should not be a *db.close()* in the onCreate method. Thanks. On Tuesday, April 23, 2013 8:43:06 AM UTC-5, Manish Jain wrote: here is the code of my database java file package com.example.docterapp; import java.util.ArrayList; import java.util.List; import

[android-developers] Re: To play gif from a file

2013-05-02 Thread bob
No problem. Also, what you may want to do is simply use the *GifDecoderView* class that is also in that project: *FileInputStream fis = null;* *try {* * fis = new FileInputStream(/mnt/sdcard/piggy.gif);* *} catch (FileNotFoundException e) {* * **e.printStackTrace();* *}* * * *GifDecoderView

[android-developers] Re: My published app does not appear in Google Play

2013-05-01 Thread bob
It looks like it is there now: https://lh6.googleusercontent.com/-g-exvaE1Kc0/UYEjN5hZNvI/Abg/9LIOx65ESI8/s1600/sidefx2.png Thanks. On Tuesday, April 30, 2013 9:29:02 PM UTC-5, scrayne wrote: It appears on the website, but not in Google Play on my phone, even using the direct

[android-developers] Re: My published app does not appear in Google Play

2013-05-01 Thread bob
What happens when you go here? https://play.google.com/store/apps/details?id=com.oryxtech.android.sideeffects Thanks. On Wednesday, May 1, 2013 9:56:06 AM UTC-5, scrayne wrote: Bob, I can't see your image. When I search in google play my app is still not listed Susan -- -- You received

[android-developers] Re: To play gif from a file

2013-05-01 Thread bob
I have looked further into this issue, and the issue is actually a bug in FileInputStream. Basically, every class that derives from InputStream needs to implement the reset() method, and FileInputStream neglects to do so. Please see this in the InputStream source code:

[android-developers] Re: To play gif from a file

2013-05-01 Thread bob
PM UTC-5, bob wrote: I have looked further into this issue, and the issue is actually a bug in FileInputStream. Basically, every class that derives from InputStream needs to implement the reset() method, and FileInputStream neglects to do so. Please see this in the InputStream source

[android-developers] Re: Pixelated interface

2013-05-01 Thread bob
You can draw to a Bitmap. Then scale it down real small like *100x100* using this function: static Bitmaphttp://developer.android.com/reference/android/graphics/Bitmap.html

[android-developers] Re: Application forced Close

2013-04-30 Thread bob
The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method: *super.onCreate(savedInstanceState);* Thanks. On Monday, April 15, 2013 10:52:18 PM UTC-5, Sachin Sharma wrote: I am developing my first app using android tutorials given on android

[android-developers] Re: new in development plz help

2013-04-30 Thread bob
It sounds like you will want to read this book: *Beginning Android Games* *by Mario Zechner and Robert Green* I have it, and I enjoyed it greatly. Thanks. On Tuesday, April 16, 2013 5:03:21 PM UTC-5, yaqub seyidov wrote: hi guys i need your help i wanna make great apps and games for android

[android-developers] Re: To play gif from a file

2013-04-30 Thread bob
I have played animated GIFs on Android before simply by loading them in a * WebView*. Thanks. On Tuesday, April 30, 2013 9:09:26 AM UTC-5, Beyza Nur Kökcan wrote: Hi, I have found tutorials about how to play animated gifs in android by reading it from an asset or using a drawable

[android-developers] Re: NOOB Android Beginner Development Question!?!?

2013-04-30 Thread bob
I would try putting it here: https://lh5.googleusercontent.com/-Oknzy-fCVvU/UX_fQGfhM2I/AbM/T-ix19zlXxM/s1600/sendmsg2.png Thanks. On Friday, April 26, 2013 7:48:00 PM UTC-5, Akshay Kumar wrote: I am having some trouble with the development tutorials on

[android-developers] Re: Problems playing diferents songs with Android MediaPlayer

2013-04-30 Thread bob
Maybe in the *onPause* method of the SongPlay activity, you tell it to stop playing the song? Thanks. On Monday, April 29, 2013 4:44:53 PM UTC-5, Luis Torres Coronel wrote: Hi guys, a question, I have three songs in a list (listview), selected one of these will launch a new activity

  1   2   3   4   5   6   7   8   9   10   >