First Android App - Google and GPS? - java

I am a .Net developer, wanting to make my first Android app. I have installed Eclipse and am able to make the usual Hello World app. Now, my next step is a useful app (to me) which shows me geographical information based on my position.
I'm hoping it's a simple app to write, and a good primer for a first Andoid app.
I'd like to create a simple screen, which shows the nearest Suburb to my current location. So, a very basic screen, that stays on (Doesn't lock?), and simply shows me "You are in ". I'm not sure if it's possible, but it would be great if I could show, "Your nearest Railway Station is "
I'd like to ask for a tutor, or someone who could guide me, but that's pushing my luck, and am looking for pointers and ideas on how to do this. I'd then like to share it as an example of what a beginner (but experienced developer) can do with Android.

1) This Tutorial will help you to learn Google Maps
2) This Tutorial will help you in how to find current location of device.
3) This Tutorial will help you to find nearest places by using Google Place API
4) This Tutorial will help you in case if you want to show points (Overlays in android terminology) on google map.
Hope this Help.
Vipul

http://android-er.blogspot.in/2009/11/mapview-to-center-on-current-location.html
Sorry, i missed out a 'c'. now its working :D
All the Best Again

Related

How to store recognized faces so that they can be used when the app is closed and on different devices

Not sure if this is the right spot for this but I haven't been able to find anything useful online so any advice would be appreciated. Basically I'm working on a android facial recognition app that use firebase ml to detect faces and tensorflow to recognize faces. That all works fine but when I register a user I don't know how to store it on a server so that the face can be checked while on other devices or save the face to the original device so it doesn't need to be re-registered when the app is closed.
Ive looked for a while online and surprisingly couldn't find anything related to this. I have an idea in my head about a possible solution of saving a bitmap of the picture and then storing it locally and remotely on a SQL database but ideally if people with experience or a better understanding of this area could point me in the right direction that would be great!
This is my first project in the ML world and I am working off of this repository I found on github repository - https://github.com/estebanuri/face_recognition .
Its late here so I will answer any and all questions in the morning!

Android Camera preview with funhouse mirror effect

I created a android small app that uses the front facing camera to shoot a selfie. But what i want to accomplish is a funhouse mirror effect.
I searched the internet trying to find a solution or a way to do this but i am guessing i am searching for the wrong terms here:
Sample Image
Can someone push me in the right direction or how this is made? I searched for morphing, distortion etc.
What i have right now:
A basic camera app wich is saving a taken photo using the Camera2 API in Android SDK 23
Just only Camera2 API are not enough to develop an app which is like mentioned you. You should use computer vision libraries such as OpenCV or OpenGL.
First of all, please check it out for creating theoretical background.
Here is an example application which is using OpenCV and it is about funny effects.
This can be another reference application which is about fun house effects and it was developed by using GLSL.
Also this post can be helpful for you.
Moreover, you can check it and it out. And, you can use "image warping" term to search to find solutions for your problem on internet.

Android - Add volume control to system for my app

Good afternoon everyone, It's my first post here so please excuse me if I made some mistakes :)
Here is my problem :
I'm currently developing an app that control all most devices that are in a room. This work fine. I can control the Master Volume of my Amplifier, but now I want to be able to add a system volume seek bar, just like YouTube does for YouTube TV :Screenshot of Android Volume Control (4th seekbar).
I made a lot of research but was not able to find what I wanted. Maybe I don't have the good key word.
Thank for reading me
Refer this
https://inducesmile.com/android/android-audio-manager-and-volume-control-adjustment/
it does exactly what you want

Optimal camera focus mode android java

I have android application that use the phone camera.
First the camera opened, I want to try to use "Autofocus" mode and "Macro" mode and choose by code the best focus that I get.
I would like to ask 2 things:
Is there an internal parameter that give the focus score?
Is there a known algorithm that gives the focus score(the algorithm should not be complex, because I do it in real time on 1080p video).
I know a bunch of links is not usually helpful, but I don't have time to go through all the pages. I figure something is better than nothing :)
This is the link for the android.hardware.camera2.params package summary. I wasn't able to find anything like what you are looking for, but that's a good place to start.
Another person had a similar question on the Android Enthusiasts SE site: Can I manually focus the camera on my Android phone?
And last, but not least: There seems to be quite a bit of relevant info at the XDA Developers forum.
Good Luck! I'm a photographer myself, so this seems like an interesting project.

Java Eclipse Google App Engine Tutorial for Google Wallet

I preface this with the fact I am a Java newbie. If one has a working web app in Java using Google App Engine, and one is looking for a simple tutorial for how to add Google Wallet to accomplish a pay-per-use requirement of that web site, does anyone have a reference for a very easy to understand tutorial, book, sample, etc.? What Google provides seems to be a jumble.
If it matters, here is a basic outline of what my web app currently does: User enters a little bit of basic data, chooses from some options, hits "submit", and a whole bunch of calculations happen, with a printout of the result. I would like a tutorial or any direction on how to have Google Wallet popup at the point of "submit" and the calculations happen when that process is complete. Nothing fancy.
Thank you in advance. ANY direction is appreciated. I do not need my hand held (although I won't refuse that), just need a good place to visit to get those hands dirty without slamming my head on the desk in utter confusion.
You probably want the Google Wallet for digital goods API.
https://developers.google.com/commerce/wallet/digital/docs/tutorial
On submit you initiate the purchase flow. Then on the success callback you do whatever calculations you need.

Categories