Take panoramic photos in Android - android-studio

I want to make an Android application that allows the user to take panoramic pictures... I have been searching for several hours for some library or some sample code or tutorial but I didn't find anything very interesting. Some applications like "Cardboard camera" or the standard Android camera can do this! Is there a way to call these application functions? Or some API? It still would be good if the app I want to make just would use an external app to take the photo. Please help me, thank you :)

Related

Is there anything similar to SceneViewer that I can use for my ARCore app?

For more context, I'm developing a Augmented Image Android app. Because of a series of unfortunate events, I ended up trying to develop this having absolute 0 Android experience, but here I am. The thing is, I can't find good tutorials on this topic (ARCore in Android Studio), so I am taking Google example apps and trying to understand how they work.
It seems that it enters in detail about OpenGL, but I don't have the time to learn it properly. I found this thing called SceneViewer, which seemed just what I need. An easy way to charge and display a model/scene to my ARCore anchors. But, it seems discontinued. Or for what I have found, it isn't compatible any longer with Android Studio.
Is there anything out there that could serve this purpose? Or Scene Viewer can still do this job?

Local Notifications/Alarms on iOS similar to AlarmManager from Android

I am new to iOS app and I would really appreciate your help.
I want to implement Notifications/Alarms that will run foreground and/or background for my iOS App.
I want to set multiple alarms and being appeared let's say every day.
I couldn't be able to find a proper solution, but I found the following:
https://learn.microsoft.com/en-us/xamarin/ios/platform/user-notifications/advanced-user-notifications?tabs=windows
Do you think that that will work in my case? Any comments will be helpful.
How can I avoid being rejecting from the Apple store?
Thanks

j2me polish PIM List

I have made an app for j2me Mobile, now I wanted to give it polish effects for which I copied Build.xml and resources folder and the issues were solved, but my project uses javax.microedition.pim.Contact; and I have written my whole code using that API.
When I clean & debug this project it gives error as below
error: package javax.microedition.pim does not exist
import javax.microedition.pim.Contact; //if it asks to import then there should be a way, but what?
I know polish offers its own PIM API as de.enough.polish.pim.PimContact, but I can't change my code for this. What I want to do is to apply polish css effects and run it as polish project but using the javax.microedition.pim.Contact for PIM operations.
There should be some way to use it and I guess there is, I did try to find something useful there but couldn't get it. I am new to polish and J2me so there is possibility of lack of knowledge. But I would love to find a satisfactory answer to this issue.
Strange that being so many users and developers of J2me and Nokia I didn't get the answer of a stupid mistake I was doing since long. I just had to select the PIM api from the selection of target API and devices when creating the object as we know that in all J2me or Nokia uses the Generic javax.microedition.PIM api. Sorry for answering my own question but I think it could be helpful for any other dumb like me. Thanks for bearing

How to implement "SplitView" on Android phone (not tabled) like new YouTube app?

I want to implement "SplitView" on Android phone (not tabled) like new YouTube app.
Any ideas how do it?
Not really a specific programming question. More like an open question. Anyways you can start by researching Fragments. Here is a link to a tutorial: Fragments.
Hope that helps.

Animation in Youtube Application for Android Tablets

Here is the screen shot of Youtube Application that we see in tablets.
I like this animation very much and want to try it in my application. So, I want to know about it. Can anyone tell me about it. What this animation is called and where I can find some knowledge and guide/tutorial for this?
Secondly what control is used in here? I have few things in my mind e.g. Gallery, GridView etc. Kindly share your knowledge.
Any help is much appreciated.
YouTube uses a custom component we call the "carousel," written in Renderscript.

Resources