1
vote
2answers
54 views

It's possible change the Android Activity Transition Effect to a loading animation?

I would like to create a "loading" screen until the layout of the activity is fully loaded, is there any way to do this? Or define a custom default background to current theme?
0
votes
0answers
8 views

what is a Bitmap instance? [android.media.effect]

I'm trying to use the android.media.effect "EFFECT_BITMAPOVERLAY", which overlays a bitmap (with premultiplied alpha channel) onto the input image. I need to set the parameter of the effect, which is ...
0
votes
0answers
17 views

apply effect to video frame captured by camera [level 17]

I noticed that there is android.media.effect for developer to use in api level 17. There is also a sample 'Helloeffect' for developer to render. However, the sample is focus on a picture. I read the ...
0
votes
1answer
167 views

Preferences screen blinking

I have a problem with preferences, some users tell me that screen start blinking and is not possible to stop it and need to reboot. I tryed to eliminate every kind of code in java source ...
0
votes
1answer
83 views

Common click effect for any android component

My android application uses custom images heavily, it will be a huge work to design "effect" images for each of them, e.g. clicking effect and others. I'm looking for an easy solution. For example, ...
0
votes
1answer
140 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 ...
0
votes
0answers
102 views

highlight background effect

Is there an Android effect to highlight a background like with jQuery : http://docs.jquery.com/UI/Effects/Highlight I want to make a degrade on a Layout when I click on it... Or do we have to do it ...
0
votes
0answers
144 views

Activity transition effect - 3 and more activities in a row

let me explain my situation/problem. I have main activity#1, from which I start activity#2 (where I have added overridePendingTransition(xxxxxx) in OnCreate). It works like a charm when coming back to ...
0
votes
1answer
96 views

Android: Take the next playing card of a stapel effect

I want that the user of my application has the effect of taking the next card from a stapel. So the user should take the next card with touching the card and sliding the topmost playing card to the ...
0
votes
4answers
423 views

Android visual effect on touch on a activity

I'm working on an Android app and I want to add some eyecandy to the UI. I have an activity (let's call it MainActivity) which has some text fields, buttons and a gallery on it. What I would like to ...
0
votes
0answers
96 views

How to Add Visual Effects to a Video Using android 4.0

How to Add Visual Effects to a Video Using android 4.0? Android4.0 has package effect, it said could be used in video, but I didn't know how to use.
1
vote
1answer
634 views

Android - Page curl effect for the view [closed]

We have few requirements in our application like Page curl functionality and zooming view. Page curl is exactly like in a book how we are turning a page to page. We got few samples as well for page ...
0
votes
1answer
220 views

Apply Cartoonizer effect in Android [closed]

I am trying to achieve a cartoon style effect on photos using Android, but I don't really have any idea where to start. What sort of algorithm should I think about using to achieve the desired ...
0
votes
1answer
309 views

ImageButton effect on Android 3.0+

I want to have an onTouch effect like the Home Button on Android 3.0+. Is there a property to do so easily? Or I have to do it all myself? And how? Thanks! UPDATE: Here is the screenshot: ...
0
votes
1answer
196 views

LinearLayout fading effect contents

So, in my current project I have a LinearLayout with orientation set to vertical. During runtime, views will be added to the Layout programatically. I would like the contents of the layout to fade out ...
0
votes
2answers
613 views

Android MapView Pointer blink Effect

i have created a map view and i want to show the blink effect on pointer like it have on google maps on Android Devices
1
vote
1answer
665 views

Android image effect like emboss, oilpaint etc

Hi I am currently working on small android app that use the different image effect like sepia, charcoal, sketch, monochrome,Oil paint, Emboss, Negate . I didn't understand how to achieve those effect ...
1
vote
1answer
798 views

how to make a blur or a drop shadow on text in andengine?

like in this post here by exemple I have found this blog but in Andengine there are no onDraw(Canvas canvas)
0
votes
1answer
474 views

Mix 2 videos with FFmpeg

I using ffmpeg through Android-NDK. I've 2 pieces of the videos , The first one is my main video and the second one is my effect video. Now I wanna mix this 2 videos together, Is it possible ? Note ...
6
votes
3answers
540 views

Custom object click issue in android

I have created an custom view in android to display ball on screen. Now what I want is when I touch on that ball it should explode in four parts and every part should move different four directions ie ...
0
votes
1answer
140 views

Mix two video together?

I've certain effects by MP4 format , is it possiable to include them to sample video toghether (I mean mix 2 videos together) ? any way ? sorry for my bad english.
0
votes
1answer
433 views

Create Coverflow in Tablet Android 3.0

I want to create an app that use coverflow (please see video HoneyComb ). At 0:43, this effect is really cool. Does anyone have source code or help me to create it?
4
votes
2answers
598 views

how to apply effect on image in android like distort, spotlight,exposure and many more

i don't know how to apply math calculation on image. so is there any ready made library and tutorial available to apply effect on image?. Thanks in advance.
1
vote
0answers
289 views

Android textview marquee like effect when setText

I want to make a textView (maybe another control?) that makes a marquee horizontal effect when replacing current text for another, I mean, when I set 'tv.setText("my text to replace");' I want that ...
1
vote
0answers
447 views

Android: How to implement audio effects to a stream?

I want to implement an application that applies audio effect such as increasing Bass frequency for input/output stream on API9+ (android2.3+). So my question is Question 1: Where should I start? I'm ...
1
vote
1answer
1k views

Android, Designing custom Button (gradient and animation)

In my application I want to apply gradient to Button. I have written following code and the result is perfect. <?xml version="1.0" encoding="utf-8"?> <layer-list ...
2
votes
0answers
226 views

Android gesture trail effects

I am implementing a custom gesture library, so I will be using GestureOverlayView, and I was wondering if there was any way to apply effects, like a sparkle or glow effect to the trail that the ...
0
votes
1answer
996 views

Android Touch Animation Effect

I would like to create an animation effect whenever the user touches the screen with their finger in my android app. Whenever they touch the screen at a certain coordinate I would like it to appear ...
2
votes
1answer
908 views

Android Drag onto screen layout

How would you recreate the drag onto screen layout/effect similar to the one on some android home screen devices? Specifically there is a bar at the top of the home screen and that you can put your ...
0
votes
1answer
784 views

Is it possible to add effects to text in a TextView?

In my splash screen I have a TextView that it shows the name of application. Is it possible to add effect(s) (for example shade) to this text?
2
votes
2answers
2k views

Problems with Gallery.getChildAt(int position)

I'm trying to create a preview effect on a Gallery view and encountering issues with the Gallery.getChildAt(int position), which is returning null most of the time. It's supposed to return null only ...
1
vote
1answer
2k views

android shadow image effect

I'm trying to add shadow effect do an image. I use a mask to draw the image (I need a specific shape for my image). Can you please tell me how to add shadow effect to my image? I've tried something ...