Sorular

Konum Bilgilerini String olarak kullanma.

LocationManager lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE);         Location location = lm.getLastKnownLocation(LocationManager.GPS_PROVIDER);                      double longitude = location.getLongitude();        …

picture-10343-1399330288.jpg
mvtnlr
27 Mayıs 2014 tarihinde soruldu

Webview içinde file input butonu

Aşağıdaki kodlarla bazı sürümleri çalıştırdım, ancak güncel android sürümlerinde webview içindeki gözat butonları çalışmıyor nasıl yapabiliriz ?    web.setWebChromeClient(new WebChromeClient()         {               //The…

picture-10343-1399330288.jpg
mvtnlr
28 Mayıs 2014 tarihinde soruldu

Kitkat Webview File Input sorunu ?

https://github.com/cdibened/filechooser http://stackoverflow.com/questions/19882331/html-file-input-in-android-webview-android-4-4-kitkat Burada sorunu çözmüşler ama ingilizcem yeterli olmadığı için çıkamadım işin içinden, kitkat…

picture-10343-1399330288.jpg
mvtnlr
30 Mayıs 2014 tarihinde soruldu