[android-developers] Re: how to deflate/hide(invisible) ViewStub from Menu (onOptionsItemSelected)?

2011-11-04 Thread Abhi
? Thanks, Abhi On Nov 4, 6:16 pm, Kostya Vasilyev kmans...@gmail.com wrote: Inflating a view stub has two important properties: 1) It's irreversible: once inflated, the stub's content is always there 2) The stub's content replaces the stub. Sounds like you need to replace the stub

[android-developers] how to retrieve images from a sql database?

2011-08-22 Thread Abhi
Hi I have a database of low res images that I am trying to use for one of my applications. What I would like to do is to retrieve the images one by one and display them in a slideshow. I was told that images are stored as byte arrays in sql database. I am new to sql and looking for some direction

[android-developers] Re: how to retrieve images from a sql database?

2011-08-22 Thread Abhi
Well, that's an option I don't have at the moment. I have a pre- existing sql database that has to go into the application. On Aug 22, 4:09 pm, lbendlin l...@bendlin.us wrote: generally with mobile databases like SQLite it may be easier to keep the images in the RAW resource folder and only

[android-developers] Re: how to retrieve images from a sql database?

2011-08-23 Thread Abhi
= false; Bitmap preview = BitmapFactory.decodeStream(getContentResolver().openInputStream(imagePath), null,options); Hope this helps. On Aug 22, 3:04 pm, Abhi abhishek.r.sha...@gmail.com wrote: Hi I have a database of low res images that I am trying to use for one of my

[android-developers] Re: how to retrieve images from a sql database?

2011-08-24 Thread Abhi
The field type for image column is BLOB. And I have no idea what that means. I am trying to figure out a way to retreive BLOB data into my Android application and display it on the screen. On Aug 23, 9:39 pm, lbendlin l...@bendlin.us wrote: so you have an existing database. Can you look at the

[android-developers] NullPointerException on displaying ImageView of a bitmap

2011-08-25 Thread Abhi
Hi I have the following piece of code which is resulting in a NullPointerException and I am not able to understand why. I am able to get the correct size of the bitmap in the Log statement below before displaying the image, so up to that point everything is good. //result is a byte array which

[android-developers] Gallery View and SQLite database

2011-09-13 Thread Abhi
Hi all, I have a sqlite database of 100+ low res images saved as Blob data. I am creating an App that has a GalleryView and I would like to display the 100+ images from my database in this view. The user can scroll through the horizontally scrolling list and select the one he wants to see full

[android-developers] Curved Gallery view

2011-09-21 Thread Abhi
Hi all, I would like to know if it is possible to create a curved gallery view from the default horizontal one that Android offers? I don't know if that entails changing the Gallery code in Android framework which I want to avoid. Is there any other way to make a custom Gallery view from scratch?

[android-developers] Android Game : Pause Resume Issue

2012-10-06 Thread Abhi
Hi, I am coding for my first game. I am facing problem while pausing my game and resuming it. I have posted for this issue on StackOveflow http://stackoverflow.com/questions/12686912/android-game-loop-pause-resume-issuebut I am unable to find the root cause of my issue. Issue I face is, when

[android-developers] How to extend the preview layout in Google camera to enable the control panel to look transparent in android 4.0

2013-03-12 Thread Abhi
in the right direction. It would be great if someone could let me know if my assumption is the right one? Or is there an easier way of doing this? Thanks, Abhi -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] In app billing and trial query.

2013-06-13 Thread Abhi
Hi, I am building an application which I wish to upload to the app store as a paid app. But i would like to post it as a trial app for a set amount of time. I looked at all the options in the app billing version 3. I have found a few problems. 1. If I create my app with a non-consumable

[android-developers] Re: display PNG images as icons

2014-06-20 Thread abhi
probably you can do it in Photoshop or Gimp tool itself, as you might only want to remove the white background On Friday, June 20, 2014 9:34:07 AM UTC+5:30, prudhvi wrote: Hi Guys , I am using grid view layout for home page display . For this , I intend to display an icon for

[android-developers] How to access Camera stream inside Webview

2015-01-27 Thread Abhi
I want to access phone camera stream inside webview. I have HTML pages which are working absolutely fine on Chrome for android I want the same features inside webview now. Right now I see dark thumbnail only and no camera permission alert is getting invoked. On browser as soon as I open the

[android-developers] How to access Camera stream inside Webview

2015-01-29 Thread Abhi
Can someone help me here ?? -- 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] Receive Callback from Service

2015-04-18 Thread abhi
Is there any mechanism to receive a callback from service through AIDL without any client intervention.Already i have implemented a two way communication through AIDL, but still i couldnt figure out how to sent a callback without a client call.Any insights into this will be very helpfull. --

[android-developers] Offline Advertisement - Article

2016-08-16 Thread Abhi
Hi friends, I have written an article about Offline advertisement and love to share with you. Offline Advertisement Would love to hear some constructive feedback from all of you :) Thanks Abhinav Tyagi -- You received this

[android-developers] Coding design pattern consideration

2016-09-08 Thread Abhi
How should we design our code base for Android Apps: 1. Should we follow traditional web style with proper abstract classes, interfaces, different design patterns? 2. Or Should we try to avoid these as much as possible to get a minimal, maintainable code for better performance? --

[android-developers] unable to write to sdcard and the permission is not set

2010-12-28 Thread Abhi Rao
Android 2.2 using the emulator I am unable to read and write sdcard When I do ls -l after adb shell - this is what I see # ls -l ls -l drwxr-xr-x root system2010-12-27 05:24 asec drwx-- root root 2010-12-27 05:24 secure d- system system

[android-developers] Hot Requirement :: Software Engineer(Java Developer With AWS) :: Baltimore, MD (Need Locals)

2018-04-11 Thread abhi . softions
Hi Greetings, This is Abhi From Softion inc ,I am a Sr. Recruiter Here I have job opportunity for you below is the job description mentioned go through it and if it’s matches your skill and you are looking for change or available in the market do attach your updated resume and let me know

<    1   2   3