[android-developers] Android Application Development Company

2016-09-23 Thread Victoria Brinsley
By hiring an experienced *Android Development Company* , you can launch an engaging application which will surely have a high retention rate. Once you have submitted your application, now it's tim

[android-developers] application reloaded

2011-11-02 Thread victoria
Hi, I'm new to PhoneGap, so apologize if the question was already answered before. I am using  Phonegap under Eclipse with SenchaTouch to develop an Android application. Everything's OK while using the emulator. Except  when I copy the app on my Samsung Galaxy "S" and change the orientation (fro

[android-developers] phone orientation

2011-11-02 Thread victoria
Hi, I am using Eclipse with Phonegap and Sencha touch to develop an application for android, But in my application when i change the phone orientation, the screen of application change. Any help will be appreciated. Regards! -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Need Help - Sliding Drawer Exception

2010-09-01 Thread Victoria Busse
Yeah I noticed that :( is there any better or other solution to play videos instead? On Wed, Sep 1, 2010 at 10:30 PM, Paul Turchenko wrote: > That's cuz VideoView is SurfaceView and it doesn't care about you > layouts and view structure. > > On Sep 1, 10:47 pm, Victoria

Re: [android-developers] EditText doesn't show...

2010-08-05 Thread Victoria Busse
Oh, never mind just solved it :) On Thu, Aug 5, 2010 at 7:22 PM, kivy wrote: > Hi, > > I am trying to set up a RelativeLayout within a SlidingDrawer that > contains a ViewFlipper that amongst others chooses a view with a text > entry field, but when I test the application the space for the entry

Re: [android-developers] Issue with populating a ViewFlipper child View with a ListView

2010-08-02 Thread Victoria Busse
> No, it means your variable lv is null. > > On Mon, Aug 2, 2010 at 4:43 PM, Victoria Busse > wrote: > > The Logcat says that there is a 08-02 22:33:45.704: > > ERROR/AndroidRuntime(6918): java.lang.NullPointerException > >

Re: [android-developers] Issue with populating a ViewFlipper child View with a ListView

2010-08-02 Thread Victoria Busse
The Logcat says that there is a 08-02 22:33:45.704: ERROR/AndroidRuntime(6918): java.lang.NullPointerException 08-02 22:33:45.704: ERROR/AndroidRuntime(6918): at com.mobilevideoeditor.moved.EditorView.onClick(EditorView.java:82), which is lv.setAdap

Re: [android-developers] Re: How to populate a ViewStub using different ImageButtons?

2010-08-02 Thread Victoria Busse
to work with > ViewStub. > > So you could do: > > > > /> > layout="@layout/propertiesview" /> > > > > -- Kostya > > 02.08.2010 15:33, Victoria Busse пишет: > > I already tried that with the same result... nothing shows up :( > > It

Re: [android-developers] Re: How to populate a ViewStub using different ImageButtons?

2010-08-02 Thread Victoria Busse
he view to display. > > Try setDisplayedChild(0), setDisplayedChild(1), etc. > > 02.08.2010 15:06, Victoria Busse пишет: > > I got a question regarding the FlipperView: I was trying to call a certain > childView (that calls a layout) when a button is clicked...but I don'

Re: [android-developers] Re: How to populate a ViewStub using different ImageButtons?

2010-08-02 Thread Victoria Busse
else if (v == btnProperties){ mFlipper.setDisplayedChild(R.id.view_properties); } } On Mon, Aug 2, 2010 at 10:30 AM, Victoria Busse wrote: > Hey Kostya, > > a ViewFlipper, there are so many things about Android I haven't found out > yet :) but from what

Re: [android-developers] Re: How to populate a ViewStub using different ImageButtons?

2010-08-02 Thread Victoria Busse
utton was pressed. Thanks...I will give it a shot!!! On Mon, Aug 2, 2010 at 10:19 AM, Kostya Vasilyev wrote: > Victoria, > > You can use a ViewFlipper, it can hold as many child views as necessary, > displaying one child view (== layout) at a time. > > Or you can use a FrameL

Re: [android-developers] Re: How to recreate and reinflate a ViewStub?

2010-08-02 Thread Victoria Busse
But what I am trying at the moment is not really about the drawer itself but to provide the content for it when pressing a button... On Mon, Aug 2, 2010 at 9:50 AM, Victoria Busse wrote: > Can I download the project somewhere to see how it works?? > > > On Mon, Aug 2, 2010 at 9:3

Re: [android-developers] Re: How to populate a ViewStub using different ImageButtons?

2010-08-02 Thread Victoria Busse
te: > You can get a handle on the views inside the switcher and change them > as needed, it just only holds memory for 2 at a time. > > On Jul 31, 2:50 pm, Victoria Busse > wrote: > > That sounds great, but I just read that a ViewSwitcher only works with > two >

Re: [android-developers] Re: How to recreate and reinflate a ViewStub?

2010-08-02 Thread Victoria Busse
Aug 1, 8:01 pm, Victoria Busse wrote: > > I am trying to create a SlidingDrawer that holds a menu with > imagebuttons > > and each > > imagebutton leads to a different content within the drawer (basically it > > should look similar > > to the image I attach

Re: [android-developers] How to recreate and reinflate a ViewStub?

2010-08-01 Thread Victoria Busse
I am trying to create a SlidingDrawer that holds a menu with imagebuttons and each imagebutton leads to a different content within the drawer (basically it should look similar to the image I attached)...would that work with ViewGroup.addView and LayoutInflater? On Mon, Aug 2, 2010 at 1:53 AM, Rom

Re: [android-developers] How to solve this problem: Close Force Error when trying to populate viewStub

2010-08-01 Thread Victoria Busse
"@+id/NO_ID" does not have any special meaning, it's just an id, you'd > refer to it as "R.id.NO_ID". It certainly doesn't change the behavior of > ViewStub.inflate(). > > -- Kostya > > 01.08.2010 19:30, Victoria Busse пишет: > > Yes, I know t

Re: [android-developers] How to solve this problem: Close Force Error when trying to populate viewStub

2010-08-01 Thread Victoria Busse
w the button to be clicked several times and every time calling the ViewStub and its inflated layout. (I already changed inflatedId to NO_ID, but apparently that doesn't do the trick) On Sun, Aug 1, 2010 at 4:07 PM, Kostya Vasilyev wrote: > Victoria, > > Has the Vi

Re: [android-developers] How to solve this problem: Close Force Error when trying to populate viewStub

2010-08-01 Thread Victoria Busse
iew.xml: http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent" > 2010/8/1 Victoria Busse > mhmmm, I tried > > try{ > btnExposure.setOnClickListener(new OnClickListener() >

Re: [android-developers] How to solve this problem: Close Force Error when trying to populate viewStub

2010-08-01 Thread Victoria Busse
){ Log.e("ERROR", "Error in Code:" +e.toString()); } but I don't get any output at all... 2010/8/1 Kostya Vasilyev > Victoria, > > Judging by logcat, it looks like "stub" variable, the result of calling > findViewById(R.id.stub_exposure) i

Re: [android-developers] How to solve this problem: Close Force Error when trying to populate viewStub

2010-08-01 Thread Victoria Busse
I get the Null Pointer Exception at importStub = stub.inflate(); Could there be s.th wrong with the exposureview.xml that I use to inflate the stub?? 2010/8/1 Victoria Busse > Here is the Logcat: > > 08-01 08:17:11.984: ERROR/AndroidRuntime(223): Uncaught handler: thread > m

Re: [android-developers] How to solve this problem: Close Force Error when trying to populate viewStub

2010-08-01 Thread Victoria Busse
onClickListener 2010/8/1 Kostya Vasilyev > Logcat? > > -- > Kostya Vasilyev -- http://kmansoft.wordpress.com > > 01.08.2010 12:32 пользователь "Victoria Busse" < > victoriasarabu...@gmail.com> написал: > > > Update, just found a mistake within the ViewStub

Re: [android-developers] How to solve this problem: Close Force Error when trying to populate viewStub

2010-08-01 Thread Victoria Busse
Update, just found a mistake within the ViewStub declaration as I forgot to specify a layout, here is the updated code because the error is still there :(( If someone knows what I am doing wrong please help me because after finding out that I forgot the layout *I thought it would work *but apparent

Re: [android-developers] Re: How to populate a ViewStub using different ImageButtons?

2010-07-31 Thread Victoria Busse
widget/ViewSwitcher.html > you can even assign animations for the views as they come and go if > you want. > > On Jul 30, 3:51 pm, Victoria Busse > wrote: > > Hi there, > > > > I am trying to populate a ViewStub with a new view depending on which > > ImageButton is clicked

[android-developers] How to populate a ViewStub using different ImageButtons?

2010-07-30 Thread Victoria Busse
Hi there, I am trying to populate a ViewStub with a new view depending on which ImageButton is clicked, but as I just discovered ViewStubs I am not exactly sure how this would work... e.g. can I provide the ViewStub with different inflatedIds and within the onClick event of a Button inflate the V

Re: [android-developers] Re: VideoView and SlidingDrawer problem

2010-07-29 Thread Victoria Busse
Thanks a lot, but unfortunately that didn't do the trick. Somehow VideoView wants to stay at front, I tried to set it to SendToBack() but that was undefined for VideoView. On Thu, Jul 29, 2010 at 9:30 AM, Sarwar Erfan wrote: > Hi, > Seems like z order issue. > > Try this: > > 1. Add these import

[android-developers] Fwd: Slider Drawer Problem - disappearing slider

2010-07-28 Thread Victoria Busse
Hi there, I am currently working on a video editing view for my app and I wanted to include a sliding drawer with different video editing functions, but I already ran into a problem with the slider itself because when tap it to open, it opens fine, but when I tap it a second time to close it again

[android-developers] Big Issue with running and testing app on phone while still being connected to PC

2010-07-27 Thread Victoria Busse
Hi there, I have a huge problem testing my app on my HTC Wildfire. It was working fine until recently, but now I always get a force close error when I run or debug a new version of the app. When I try to run the app on the emulator it still works, when I disconnect the phone from the PC, the app

Re: [android-developers] Re: Video cannot be played (but Audio is?!) - Video Track fell behind?

2010-07-23 Thread Victoria Busse
play back video very well. > > > > On Thu, Jul 22, 2010 at 9:17 PM, Victoria Busse > > > > wrote: > > > No device yet, only emulator (although tomorrow or at the beginning of > next > > > I will have an HTC Wildfire, so my app should be running

Re: [android-developers] Video cannot be played (but Audio is?!) - Video Track fell behind?

2010-07-22 Thread Victoria Busse
etc.)? > > On Thu, Jul 22, 2010 at 9:11 PM, Victoria Busse > wrote: > > Hi there, > > I was trying to use VideoView to play a Video from the SD card, but the > only > > thing working properly is its audio, while I see the first frame of the > > video which does

[android-developers] Video cannot be played (but Audio is?!) - Video Track fell behind?

2010-07-22 Thread Victoria Busse
Hi there, I was trying to use VideoView to play a Video from the SD card, but the only thing working properly is its audio, while I see the first frame of the video which doesn't play on and after a few seconds the Error message "Cannot play video - Sorry, this video cannot be played" appears. I d

[android-developers] file:// problem - nothing seems to work

2010-07-21 Thread Victoria Busse
Hi, I got two problems that both seem to be connected to file://... Problem 1: for the past days I have been trying to attach a video to an email...but the application always tells me "Sorry, you cannot add this video to your email" when I try this: Uri uri = Uri.parse("file://" + videocursor.g

Re: [android-developers] Re: What to do when - java.io.FileNotFoundException: No content provider??

2010-07-20 Thread Victoria Busse
("video/3gp"); sendIntent.setType("video/mp4"); startActivity(Intent.createChooser(sendIntent, "Email:")); On Tue, Jul 20, 2010 at 4:56 PM, DanH wrote: > Uri.parse() returns a Uri. I'm guessing you misinterpreted the second > messag

Re: [android-developers] Re: What to do when - java.io.FileNotFoundException: No content provider??

2010-07-20 Thread Victoria Busse
I was trying to use sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new File(uri))); but then I get an eclipse error saying that I should change String vuri = Uri.parse(videocursor.getString(0)); into an uri because of a type mismatch, when I do that eclipse says I should change it back into

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
Hmmm, I tried to clone the repository via the GUI but it always fails... :(( On Sun, Jul 18, 2010 at 2:43 PM, Victoria Busse wrote: > > Oh great thanks, I am downloading and installing GIT now... > > > On Sun, Jul 18, 2010 at 2:30 PM, Victoria Busse < > victoriasarab

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
Oh great thanks, I am downloading and installing GIT now... On Sun, Jul 18, 2010 at 2:30 PM, Victoria Busse wrote: > I am targeting Eclair and Froyo, so that shouldn't be a problem. I also > found the MediaStore.Video.Thumbnails, but so far all my attempts to include > it into

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
I am targeting Eclair and Froyo, so that shouldn't be a problem. I also found the MediaStore.Video.Thumbnails, but so far all my attempts to include it into my code failed completely, so I wasn't sure if what I am trying is possible. Well I have to say that I am a complete Android Newbie and right

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
Hey thanks for the reply, but I read that I cannot use git on Windows machines at the moment...is it also possible to get this code example from somewhere else?? On Sun, Jul 18, 2010 at 1:56 PM, nation-x wrote: > It's definitely possible. It's done in the Gallery3D app that cooliris > made for

Re: [android-developers] Need help - videos won't show as thumbs

2010-07-17 Thread Victoria Busse
Hey I just saw that I forgot s.th. within getCount(), so I changed it to public int getCount() { //return mThumbIds.length; if(vidUris!=null){ return vidUris.length;} return 0; } The thing now is that I still cannot see any video