2019年5月12日日曜日

G-Tracker






G-Tracker is an application that performs tracking of the current location using GPS built in Android.
You can also get navigation and satellite information.
Pressing Record Start will start recording.

[Function]
Record route information.
Record location information at specified intervals.
Graph display of speed and elevation.
Confirmation of GPS satellite information.
Create markers from geotagged photos.
Save route information, route information and waypoint in internal memory (GPX).
Night mode support.
◇ Notes
Because GPS is used when recording route information, battery consumption is large.

2018年5月28日月曜日

Privacy Policy

Our Applications need permissions below.
We will never make use of your information other than for the following purposes.

▼ Camera

 Only used to open camera for taking photos.

▼ Storage

It is used only when displaying or writing image data of the data used in the app.

▼ Location

 In case of GPS Logeer App, it is used to display and measure location information

▼ Battery

For GPS Logeer App, use it to save battery and disable DOZE mode

 

▼ About advertising

In this application, AdMob (Google Inc.) is used as an advertisement distribution tool, and AdMob may obtain information of the user automatically. Please confirm the information to obtain, the purpose of use, and the provision to the third party from the link of the application / privacy policy of the ad distributor below.
 
https://policies.google.com/technologies/ads?hl=en-US

About usage analysis

In this application, Firebase (Google Inc.) is used as a tool to collect usage data of application to refer to future development, and there is a case that Firebase gets user's information automatically. . Please confirm the information to be acquired, purpose of use, provision to a third party, etc. from the link of the Google privacy policy below.

https://policies.google.com/privacy?hl=en-US


We place great importance on your privacy.
We will clearly inform you of "usage purpose of permission" and "security strategies" so that all customers can safely use the app with confidence.
If you have any questions, please do not hesitate to contact us. 

 

2018年1月19日金曜日

ツールバーにlayoutが被るときの対処

ツールバーにlayoutが被るときの対処

android:layout_height="match_parent"
 app:layout_behavior="@string/appbar_scrolling_view_behavior"

2018年1月14日日曜日

キーボード表示時にViewが伸縮しない方法

キーボード表示時にViewが伸縮しない方法

<activity    android:name=".MainActivity
android:label="@string/app_name" 
 android:screenOrientation="portrait"   
android:windowSoftInputMode="adjustPan|adjustResize"
 

G-Tracker

G-Tracker is an application that performs tracking of the current location using GPS built in Android. You can also get navigation an...