2015年11月29日日曜日

Autodromo Intl Ayrton Senna (Goiania) on Google Maps

Circuit in Brazil.


Click here to open Google Maps.

Click here to check my Android apps, MapsGP.

2015年11月22日日曜日

Anderstorp Raceway on Google Maps

Grand Prix Circuit in Sweden


Click here to open Google Maps.

Click here to check my Android apps, MapsGP.

2015年11月15日日曜日

Automotodrom Grobnik (Rijeka) on Google Maps

Grand Prix Circuit in Croatia.
Yugoslavian Motorcycle Grand Prix was used to be held.


Click here to open Google Maps.

Click here to check my Android apps, MapsGP.

2015年11月13日金曜日

MapsGP Ver3.50

Add several circuit data, change design, and some changes.



Replace ActionBar with Toolbar.

And ActionBar's NAVIGATION_MODE_TABS is deprecated.
Use PagerTitleStrip / PagerTabStrip.

2015年11月9日月曜日

Just Landing to Don Mueang Airport, Bangkok

There is golf course, between two runways. Watch left side of runway.


Click here to watch this video in Google Earth (Need Google Earth Plugin)
(http://boringdulltedious.web.fc2.com/play_tour.html?DonMueangAirport-Runway03R.kml)

Click here to check Android apps, Just Landing.

2015年11月8日日曜日

Salzburgring on Google Maps

Grand Prix Circuit in Austria.


Click here to open Google Maps.

Click here to check my Android apps, MapsGP.

2015年11月3日火曜日

SearchView

New Just Landing adopt SearchView for search airport by keyword.

1.Add SearchView in layout xml
<SearchView android:id="@+id/keyword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:queryHint="Enter keyword">
</SearchView>

2.Coding Java

Add implements on class
 @Override
 public boolean onQueryTextSubmit(String query) {
  return false;
 }

 @Override
 public boolean onQueryTextChange(String newText) {
  return false;
 }

2015年11月2日月曜日

Just Landing Ver3.70

Add 20 airports below. Registered airports get to 1,000.

Learmonth Airport, Australia
Reggio Calabria Airport, Italy
Ancona Falconara Airport (Raffaello Sanzio Airport), Italy
Resolute Bay, Canada
Maria Montez Intl Airport, Dominican Republic
La Romana Intl Airport, Dominican Republic
Cibao Intl Airport, Dominican Republic
La Isabela Intl Airport, Dominican Republic
Eloy Alfaro Intl, Ecuador
Borg El Arab Intl Airport, Egypt
Daraw Airport, Egypt
Assiut Airport, Egypt
El Arish Intl Airport, Egypt
Marsa Alam Intl Airport, Egypt
Shark El Oweinat Intl Airport, Egypt
St Catherine Intl Airport, Egypt
Taba Intl Airport, Egypt
Aba Tenna Dejazmach Yilma Intl Airport, Ethiopia
Nausori Intl Airport, Fiji
Alexandroupolis Intl Airport (Dimokritos), Greece


Click here to check Android apps, Just Landing.

2015年11月1日日曜日

Sydney Motorsport Park on Google Maps

Grand Prix Circuit in Australia.


Click here to open Google Maps.

Click here to check my Android apps, MapsGP.