I want to make a 360 panorama viewer in Android studio.
The idea is to make it exactly like the existing googles street view application.
I want to know how to add a/some UI element inside the VR view so that if a user looks at it, the 360 picture would change to some other picture.
I know it is a long way to go but for now, if somebody could help me or direct me towards achieving it, it will really help.
Thanks in Advance.
A good place to start is a demo app by Google called TreasureHunt (this is part of GoogleVR). Download the sample code compile and run you'll get a sense of what you need to do. TreasureHunt is also found on Google Play.
Related
So, I am building an application, something like google streets and I need to achieve next:
I need some kind of view(Google VR view or Panorama View) to achieve the same effect as google streets, to be able to rotate and see whole 360 picture, to be able to add visuals(like on google streets if there is a coffee house, I can see it has a marker and click on it) and to be able to move around(like on google streets, clicking on the road will move you to the next position). With what library, SDK or whatever is this possible to do?
please use these libraries :-
https://code.google.com/archive/p/panoramagl-android/
https://developers.google.com/streetview/
https://developers.google.com/streetview/android
Use Google Cardboard SDK.It Comes with a sample app Treasure Hunt may be you will get some idea from that.
https://developers.google.com/vr/cardboard/overview
https://developers.google.com/vr/android/get-started
I need to put an png to my application, magnify, minimize and moving it, as in this picture , I don't know if there was a limit or not, I don't know how!
Help please :)
Here's the official photoviewer demo from IO last year to get you started. Or if you'd rather work with an external library check out PhotoView. I believe they both have the functionality you are looking for.
Hi friends i am planned to work on user interface part, i wanted to make my own user interface for my gallery application. for example gallery view should be in semi circular view. can any one suggest me on this
Thanks in advance
Do you want something like this!!
you can find it in this link
sorry but the link is in french language but you can find sources in the bottom of the page Mirror links
You should start by learning more about the Gallery in general. This link would make a good start.
Understand that code, go through the tutorials and begin experimenting on making incremental changes and seeing if they work.
Using this knowledge and prototype code start thinking about how you might go about creating your custom semi-circle gallery. Experiment and try some different things.
When/if you run into any issues or specific problems, post your question on a new thread and I'm sure you will find people willing to help you out.
Right now I'm in the process of making an app that streams video from the popular streaming site "Own3d.tv". The app is going great and I'm almost ready for release. I have the own3d TV API and basically I want to fetch the top streams and display them in the app. So I would want to acquire the Name of the stream/streamer along with the view count.
The link to the XML page would be something like this: ("http://api.own3d.tv/live.php?game=LoL")
I'm pretty sure this is possible to do. So if someone could help me out or just point me in the right direction that would be awesome!
This is absolutely possible and and is rather easy to achieve, see this.
I im building a home project and i want to create a auto complete text view used to suggest addresses.To make the story short i world want it to be just like the one in google maps.I am familiar with java and webservices but i realy dont know where to start.
Thank you.
What about Place Autocomplete API? https://developers.google.com/places/android-api/autocomplete