I am going to create an application as a picture slideshow maker. But I dont know which library will help me to create the video from a list of image.
I found out some suggestion about FFMEGP for android. I tried it out, but it's not smooth, no animation, no affect. I am not sure if I can customize it.
for ex: I want to create an application like this one : https://play.google.com/store/apps/details?id=com.scoompa.slideshow
this app is awesome, a lot of image transitions, affect style, adding text, icon.
would someone please help me to understand which library or solution they re using !
I am very appreciated! thanks all in advance.
Related
I would like to create this animation, i already checked several blogs but did not find one that addresses what i want. Some help would be appreciated thanks. animation.
Try using Lottie from airbnb. It's a library that renders affter effects animations in real time. Here's the setup guide
Creating that kind of animation via code is tedious , if you can find the gif of it you can just add it to the imageview , how you can achieve this you can find on the given link
Adding gif image in an ImageView in android
I want to add a picture maybe an ImageView on top of showcaseView like in this example pic. I've researched regarding this thing but found nothing. I know this is possible , I've seen it on showcaseview's example on playstore. picture below:
What I really want to do is this. The library is not well documented. How can I achieve this?
I'm porting one of my iOS apps over to Android (which I'm pretty new to), and I was wondering how I would draw this shape in Android using XML:
I want to recreate the shape (the white object) at the bottom of a tableView. The image attached is a screenshot of the bottom of a UITableView.
Any help would be greatly appreciated if you need any more info just let me know.
Thanks
EDIT:
Sorry I wasn't totally clear, I'm actually trying to recreate the slight arch at the bottom of the table. Since it's so slight, you may not be able to see it with a quick glance.
It seams to me that you want to "lift" your table up a little bit. If so, you have to implement this attribute to your tableView:
android:elevation="2dp"
or in java:
tableview.setElevation(2);
My opinion when reading this question: Stop trying to make your android apps look like iOS apps !!!
If you still want to do it.
Just have the background color for your activity to that color and set the layout_margin to either 2 or 4.
It should give you your desired effect.
I'm trying to make a sliding picker that has circles above it showing you which one you currently have selected. I know I have seen this before, but don't know if this is something android can do by default, or if it has to be built from scratch. If it needs to be built from scratch, dose anyone know where to begin to make something like that.
here is a picture of what i'm trying to make:
Any help would be appreciated
Just have a look into Pages concept in android that may helps you.
i.e Viewpager fragemnt pager adapter
http://developer.android.com/reference/android/support/v4/view/ViewPager.html
or
http://www.javacodegeeks.com/2013/04/android-tutorial-using-the-viewpager.html
I am new in android. I want to make rounded wheel animation type animation for my application home page like this one, any help please ?
What you are looking for is called "3D carousel view". We don't have much examples based on that. But still here is a very good link which has the source code for this sample.
http://www.codeproject.com/Articles/146145/Android-3D-Carousel
But still you have to roll out things to make the changes and customize it.
Please check below links its help to how to implement this functionality(Cover Flow)
http://code.google.com/p/android-coverflow/
http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html