Tagged Questions
1
vote
1answer
24 views
Tween Animation and Frame by Frame Animation in Android
What is Tween Animation and Frame by Frame Animation in Android?
0
votes
0answers
30 views
android frame animation plays twice (on 4.0 ICS)
I'm using animation-list xml to define the frame-by-frame animation. In the code, I create AnimationDrawable from the animation-list xml resource and start it.
It works fine on Android ...
0
votes
0answers
42 views
Android cocos2d removing a sprite after animation
I have an object going across the screen with an animation using the following code:
CCSpriteFrameCache.sharedSpriteFrameCache().addSpriteFrames("ninjastar.plist");
CCSpriteSheet ...
2
votes
1answer
54 views
How to make random frame animation in android?
I have a number of animated images(frames) like image_1,image_2 and image_3.I want to use this animated image in my application so I tried
<animation-list ...
-4
votes
2answers
49 views
Which Layout(s) Should I Use? [closed]
I am building a calculator app and I have the images for all the buttons. I also have a single image that I want to use for the calculator background.
Here is a simple example of what I have:
...
1
vote
1answer
91 views
does WebChromeClient unsupport php iframe tag?
i load an url given by other system in webview.but it doesn't display all contents,it leaves a blank window in the page.i check the source code,it has a frameset tag and some iframe tags.
att src is ...
0
votes
0answers
28 views
How can the android 4.0 play a media frame which is encode by MPEG4?
The android 4.0 have some APIs to play media source,we can set url or file-path to play.
But need media Stream server or media file.
There is not exist a android API,just like setDataSource(String ...
1
vote
1answer
82 views
Setting Window Dim only working in onCreate()
I have a little problem with my Window dimming.
Basically, I want to set the dimAmount of my Activity to zero as soon as I swipe it into one direction.
Please be aware that my Activity is displayed ...
1
vote
1answer
215 views
how to subtract one frame from another using opencv in android
i am working on frames of a video and i want to subtract one frame from other to find out the difference but i dont know how to proceed. i tried converting my bitmap frames into mat and then ...
0
votes
0answers
127 views
Android: AnimationDrawable, save last frame as a bitmap
I add a few images to an Animation Drwable
via
animation.addFrame(new BitmapDrawable(decodeSampledBitmapFromResource(getResources(), R.drawable.pull2, width)),50);
And then
...
0
votes
1answer
204 views
retriever.getFrameAtTime is not accurate, how can i get screenshot of video?
This is the function i am using:
public Bitmap getVideoFrame(String FD, long time) {
MediaMetadataRetriever retriever = new MediaMetadataRetriever();
try {
...
3
votes
2answers
110 views
How to add Frames to images in Android
I am new in Android Application development, I want to create one application where I can add borders or frames to the images in the gallery or to a new picture taken from camera, I have searched ...
1
vote
2answers
449 views
ANDROID : Frame by Frame animation not working?
I am trying to get frame by frame animation but its giving me a force close and I am not sure as to why it is giving me a force close. It all seems alright to me.
Here is my code i hope some one can ...
0
votes
1answer
417 views
onPreviewframe only called once
i am working on a camera app, y need to extract some data of the preview each frame so y tried to do it using onPreviewFrame, the problem is that with my code onPreviewFrame is only called once and ...
2
votes
3answers
752 views
Create animated splash screen using frames on Android
So here's the deal, I've searched every single question and link online but none are helpful.
I have 120 frames of an animation in .jpg format for my splash screen. I understand that jpegs are ...
0
votes
0answers
109 views
strange error on my android set frame application
i create an application that set a frame to a image bitmap... but when the process give a result, i don't know, why the result bitmap are also saved to my original bitmap variabel, this is my code :
...
0
votes
0answers
77 views
Android process camera frame async
I developed a sort of real time videostabilization app using OpenCV. Now I'd like to optimize it a little bit using the multithread function.
I'd like that my app keeping previewing the camera frames ...
0
votes
0answers
34 views
Two frame animations in a sequence
I have an application that has a constant frame animation on its main page. I use the setBackgroundResource to show the animation.
From time to time I need to show other frame animation (secondary) ...
1
vote
3answers
123 views
Frame Animation fails with more than 5 frames - 240dpi
I have a frame animation with 135 frames that should swap 25 times per second. The frames are 700X1000 pixels with 240 dpi. The problem I have is that whenever I define in the XML animation file more ...
0
votes
0answers
25 views
Some documents about Media Frame and Library update of every Android version ?
all
Recently,I decide to study the changes about media frame and library in every android version,I've searched documents by google for a long time,but it seems helpless,So, Is there
some web pages ...
0
votes
0answers
289 views
MediaMetadataRetriever returning - getFrameAtTime: videoFrame is a NULL pointer
I am new to Android and i donno where i am going wrong . Here is the simple code i am trying with , inwhich i want to get the frame of the video(.mp4) respective to the seekbar progress . While ...
0
votes
1answer
104 views
Applying Neuroph to Android Video
Is it possible for Neuroph to recognize each frames of a running Camera instead of just pictures? How?
Neuroph accepts the Image Object for its recognition
HashMap<String, Double> output = ...
0
votes
0answers
65 views
How to make generate a framed picture wallpaper? [closed]
i am quite new to Android development.
I am trying to develop an app to put an image inside a frame, and rotate it or resize it.
The frame will be static, but the image will be loaded from the SD ...
0
votes
1answer
129 views
Modify camera frame
I am programming an android application. This application uses camera and different visualization modes, like grey, high contrast, etc. It will be used by people with very low vision to read any kind ...
3
votes
1answer
652 views
Android Camera PreviewCallback not called in 4.1
I have an application to get camera preview frames with a surface. It was working on Android 4.0.4 but it does not work with Jelly Bean, 4.1.2 on the same device after the update. Simply, the ...
1
vote
0answers
374 views
Android live wallpaper with frame animation
im trying to create android live wallpaper using frame animation (image after other from ressource) , the code look ok , but the probleme is the the wallpaper does not show (stack in loading and ...
0
votes
0answers
54 views
0
votes
2answers
238 views
Android- Draw line between two views
Below is my program where I have created three new views in a frame. On click of two different views I want to draw a line between the views. I am trying to figure out how to do this...
Ball ...
0
votes
1answer
115 views
android frame by frame animation - differences with these two codes
I would like to animate some images.
Could someone tell me why this first piece of code does not work, but the second one does work ?
And if I have to use the second one, how do I STOP the animation ...
0
votes
0answers
79 views
Limited frame height
In Android's web browser, I have a <frameset> with one <frame>. It initially contains only one line, but when navigating to a page with many, many lines / that is very high, its height is ...
0
votes
0answers
166 views
how to capture a frame from a video in android
i have android ics-x86.On that i am playing a video using the monkeyrunner tool,now i need to capture frame at any instant ,from the video, while the video is being played.Right now, what i am doing ...
0
votes
4answers
355 views
Adding colored frame around an image at runtime in Android
Can I add colored border or frame to an image (not Image View) at run time. If yes, how to do that. Please guide me.
0
votes
1answer
76 views
unable to start frame animation
I'm making a lockscreen ,I want to show frame animation displaying battery charging but the animation is not displayed and all Logs are printed .I have tried starting animation using handler also but ...
0
votes
1answer
100 views
How to delete / exclude spinner items frame?
I did custom look for spinner items. But after that I realized that there's still white frame (surrounding buttons). It's more visible on pic#2 where button images are 'shorter'. Do you guys know how ...
2
votes
0answers
58 views
Is there a way to randomize Android simple frame animation?
Looking for assitance on simple Android frame animation.
I am able to easily animate frame by frame with many of the examples found here and online in general.
My question is, from the ...
2
votes
1answer
256 views
To capture frame from video
I want to implement the functionality which will do the video recording but instead of saving the video I want to save the frames of video from that recording.How to do it
0
votes
0answers
139 views
Why is my android game's frame rate fluctuating?
I had a lot of problems with the frame rate for my game, so I decided to run a test. All I did was draw a ball on the screen, and have it move down at a constant velocity. I have a custom surfaceview, ...
0
votes
1answer
179 views
how to get the frame data in Android
Recently, I want to develop an android app, I've developed a MediaPlayer to play video ,when the video playing,I want to get the image data of each frame, and do some processing, and then rendering to ...
1
vote
1answer
103 views
Animation not working on all devices
My animation works on SGS2 for example, but not on SGS 1 or the emulator (For some reason other animation that I built just the same works perfectly fine on every device)
In addition, even on ...
-3
votes
2answers
287 views
Android Application crash with Application has Stopped
My Android app compiles fine but crashed with the message Application has stopped.
What is the problem with my code?
#GameView.java
public class GameView extends View {
public Bitmap droid;
public ...
0
votes
0answers
140 views
Add a frame or art to the border of a video - Android
I'm developing an app that gives the user the option to share a video through the Intent functionality of Android, but I want to add a frame or a border to it (jpg, png or any other format) when it is ...
1
vote
2answers
1k views
Constant FPS Android OpenGLES
Hello android developers,
I am developing a simple game for Android in Eclipse using OpenGLES 1.0. I am using Samsung Galaxy S2 Android(2.3) as a device for development.
And I have a question about ...
0
votes
2answers
965 views
ZXing completely included, but camera rotated
i have included completely the zxing in my app,to make it stand-alone.
it works, but the camera is rotated (i think 90 counterclockwise), and it has a strange padding aroud.
my java:
package ...
-1
votes
1answer
161 views
Android: an xml that doesn't work properly (framelayout and imageview
I've this xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
0
votes
1answer
362 views
Failed to get frames from camera of htc one s, How to get them?
I'm new in Android programming. I have done a project on android phone. It works well on my HTC desire a8181. Because I want my software works faster, I get a htc one s. Then the program cannot get ...
1
vote
3answers
448 views
frame animation is not working
I am working on apps in which i want to run two frame animation simultaneously but it is not working....
my code is as follow....
ImageView Background, planet, info;
AnimationDrawable infoview, ...
0
votes
1answer
99 views
Android OpenGL to take the background from the parent layout
I made an application and i have in it a FrameLayout that implements an OpenGLSurfaceView.
What i need to do is to make the SurfaceView take the background from its parent layout (which fills the ...
2
votes
2answers
429 views
Download first frame of video android programmatically
I want to download a single frame of a video file from a server from my android application. I do not wat to download the full video at front. Use that frame as a thumbnail to display to the user, so ...
1
vote
1answer
432 views
android frame by frame animation on fragment
I have an animation that works fine if I base my view on an Activity,
but if i want to base it on a fragment, i dont know what to do?,
here the code [working as activity]:
public class ...
0
votes
1answer
590 views
Android add frame animation to loading screen
I have a loading screen which closes after 5 secounds and then the app starts. During the loading screen I want to have a frame by frame animation running on top of the background loading screen ...


