Hi Developers,
This is about FileObserver Bug. I am using FileObserver in my application
to keep track of newly created, deleted and modified files (images, video,
MS Word document and PDF files). I am successful in handling these events
in Lollipop but partially successful in Marshmallow.
T
Hi Developers,
This is about FileObserver Bug. I am using FileObserver in my application
to keep track of newly created, deleted and modified files (images, video,
MS Word document and PDF files). I am successful in handling these events
in Lollipop but partially successful in Marshmallow.
T
Hi Developers,
This is about FileObserver Bug. I am using FileObserver in my application
to keep track of newly created, deleted and modified files (images, video,
MS Word document and PDF files). I am successful in handling these events
in Lollipop but partially successful in Marshmallow.
D
Hi Developers,
This is about FileObserver Bug. I am using FileObserver in my application
to keep track of newly created, deleted and modified files (images, video,
MS Word document and PDF files). I am successful in handling these events
in Lollipop but partially successful in Marshmallow.
D
Hi Ateeq,
I am having good experience in drupal. Can you process my profile and let
me know for further process
Regards
Shyam
Hi Folk,
Hope you are doing well.
This is Ateeq, from Diverse Lynx.
*Please share profile for Drupal **Developer** at
ateeq.reh...@diverselynx.com *
*Note: Must
.
it would be nice if someone can provide a working code.
--
Avinash Shyam
--
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,
hi,
how to click on a button after rotation animation in devices starting
from level 9?
Its a menu of 5items which opens up like cards in our hands and clicking on
it after animation should do somethings.
It sounds easy but i am having trouble as the the click happens on the
original poition and
hi everyone, i m new here and have been developing in android for around
5mnths...
i really need help on how to pull to refresh in a scrollview..
ank kind of help, suggestions and links would be highly appreciated.
thnx :)
--
You received this message because you are subscribed to the Google
Gro
Hi,
I don't think I can post links here. My previous reply was automatically
deleted. Anyways, search on StackOverflow for
"mediastore-uri-to-query-all-types-of-files-media-and-non-media". This
question has been answered there.
Regards,
Shyam
On Monday, January 23, 2012 5:32
Hi,
For those who are still searching for an answer to this can refer to
http://stackoverflow.com/questions/10384080/mediastore-uri-to-query-all-types-of-files-media-and-non-media.
It has been answered there.
Regards,
Shyam
On Monday, January 23, 2012 5:32:58 PM UTC+5:30, rajesh
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 more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
--
*Regards
S
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
--
*Regards
Shyam*
--
You received this message because you are subscribed to the Google
Groups
-- Forwarded message --
From: shyam prasad
Date: Wed, Sep 14, 2011 at 10:06 PM
Subject: Regarding the Android application development
To: android-developers@googlegroups.com
Hi Team,
This is Shyam Prasad from Mahindrasatyam, Pune, India.
I am new to android application
the assert method.
04-14 16:04:05.183: INFO/TestRunner(8585):
junit.framework.AssertionFailedError:
expected: but
was:
How do i make it work.??
Any kind of solution would be highly appretiated...
Thanks,
Shyam
--
You received this message because you are subscribed to the Google
Groups "Android Developer
Hi Takeyuki,
To the best of my knowledge we cannot get the current Activity from
the Context.
Basically Context is just gives the global information about an
Application.
On Mar 28, 10:54 am, Takeyuki UEDA wrote:
> Hi,
>
> Does anyone knows that how can I get current activity from context?
>
> Be
Hi all,
Please given me some suggestions on how to start whitebox testing on
Android Contacts.
--
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
takes the backup of
contacts in the Android Device.
Now I have also gone through the White box testing techniques.
Please Suggest me an approach to perform Whitebox testing of Contacts
Backup Apps.(This is gonna be a Thrid party Application).
Thanks in Advance,
Shyam
--
You received this message
Thanks Elk and metal.
I will give you the exact scenario so that you will be easily able to
justify.
My requirement is to validate the platform Stability.
Here the android applications remains the same without any
modifications.
CTS wil play its role in testing the Framework APIs.
In Brief, My need
Thanks buddy.
I have one more query.
For example, Lets say the device is cusomized with its own OEM
applications.
For eg, Contacts application is customized. With SL4A, can we test
that Contacts application ?
Thanks,
Shyam
On Feb 25, 11:17 pm, Indicator Veritatis wrote:
> Better? Maybe
Hello Android Developers,
Currently i am using SL4A to test the existing Android Applications
like media player,Contacts,Calling etc. Is it the correct way to Test
the android apps. If no, please suggest me a better tool to test
android apps.
Thanks a ton in advance.
Shyam
--
You received this
Hi Dianne Hackborn, thanks for that. I will give it a try tomorrow.
Reg
Shyam
On Dec 11, 7:02 pm, Dianne Hackborn wrote:
> Just use android:exported="false" to ensure it is not public.
>
>
>
>
>
>
>
>
>
> On Fri, Dec 10, 2010 at 11:09 PM, Doug wrote:
Hi All, I am writing an application which has few Activity classes.
Out of these, I do not want some activities to appear/accessible out
side this application, is there any value i can set in intent filter
so this this is not visible out side.
Thanks
Shyam
--
You received this message because
Hi I this this code would solve your Purpose.
* This class newly added by Shyam Ananthakrishnan, is meant to
manipulate with the Android call log.
* Author : Android Automation Team - Shyam Ananthakrishnan
(shyam.ananthakrish...@lntinfotech.com)
* Date : 2nd July 2010
* Purpose: ASE
HI,
I facing difficulty in adding a contact in the contact book. The exact
code that i gave in the python script is
1)
import android
import time
receiver = android.Android("2")
# Adding contacts to the Emulator
receiver.addContact("Shyam","5554")
Here on
Hi,
Looking at the Gallery example in the link
http://developer.android.com/guide/tutorials/views/hello-gallery.html
I see that the first item in the gallery is placed at Center Is there a way
to move the first gallery item to left??
any thoughts would be of help.
Thanks,
Shyam
--
You received
, in the onUpdate() method of class AppWidgetProvider, I am
unable to add as only RemoteViews are available here. How can i do
this. Please help.
Thanks
Shyam
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, sen
i guess this group has grown too large to expect a response from the
Android team..
--~--~-~--~~~---~--~~
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@go
Jun 12, 5:14 pm, Shyam Dasgupta wrote:
> Please do me a favor - let me know if you can make a custom fullscreen
> theme work in Android 1.5. Just wanted to know if I am the only lone
> person with this issue.
>
> On Jun 12, 5:10 pm, Mark Murphy wrote:
>
>
>
> >
hi desu, you got it wrong. its about hiding the status bar, and not
the title bar.
On Jun 12, 5:17 pm, Desu Vinod Kumar wrote:
> hi
>
> requestWindowFeature(Window.FEATURE_NO_TITLE);
>
> by calling these
> we can hide the title bar
> i
>
> On Fri, Jun 12, 2009
Please do me a favor - let me know if you can make a custom fullscreen
theme work in Android 1.5. Just wanted to know if I am the only lone
person with this issue.
On Jun 12, 5:10 pm, Mark Murphy wrote:
> Shyam Dasgupta wrote:
> > Did you try with a custom fullscreen theme in An
right, the title bar can be hidden both by setting flags or using a
custom theme with [true] but
the status bar is acting differently in 1.5, atleast in my case.
On Jun 12, 5:05 pm, sylpheo wrote:
> sorry, not for status bar :) just title
--~--~-~--~~~---~--~~
You
Thanks for that response, Mark. Did you try with a custom fullscreen
theme in Android 1.5? Yes, if you directly use "@android:style/
Theme.NoTitleBar.Fullscreen" as the theme for your Activity, you get a
fullscreen. But to tailor it to your needs, you'd need a custom theme.
If you look at the cust
can somebody atleast confirm whether they face this issue with 1.5
SDK, please? anybody who can test a fullscreen theme in 1.5 SDK?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to
I used the following theme to set fullscreen mode in Android 1.1, but
the same code doesn't hide the Status Bar in 1.5. The Activity goes
fullscreen, but the Status Bar always stays on top of it. The theme
used:
- true
-
34 matches
Mail list logo