android - how to decrease and increase alpha of bitmap for every second -


After

I want to increase the bitmap of alpha and please help each other with each other. I fade out in fade Want to create an animation like the bitmap on the canvas

try this easy way

 < Code> public zero animateImage (context mContext, imageView imgSplash) {try {animation myFadeInAnimation = AnimationUtils.loadAnimation (mContext, R.anim.fade_in); ImgSplash.startAnimation (myFadeInAnimation); } Catch (Exception E) {}}  

Add this fade_in.xml in the race / anim folder

   & Lt; / Set & gt;  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -