development diary
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.
https://policies.google.com/technologies/ads?hl=en-US
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.
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年5月6日日曜日
2018年4月22日日曜日
2018年4月8日日曜日
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"
2018年1月13日土曜日
[CheckBox]ラベルスペースの消し方
[CheckBox]ラベルスペースの消し方
<CheckBox android:id="@+id/checkBox" android:text="@null" android:translationX="12dp"
2018年1月7日日曜日
2018年1月4日木曜日
strings.xmlの文字列をActivityで使う方法
Activity側でgetString(R.string.xxx)を使う
String hoge = getString(R.string.xxx);
登録:
投稿 (Atom)
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...
-
Our Applications need permissions below. We will never make use of your information other than for the following purposes. ▼ Camera ...
-
G-Tracker is an application that performs tracking of the current location using GPS built in Android. You can also get navigation an...