|
You are here |
masilotti.com | ||
| | | | |
ryanharter.com
|
|
| | | | | In the last post we created a basic Android project using Android Studio templates. While it's great that we have a fully functioning master/detail style app, it does look a bit bare. In this post, we'll change this by styling our list view, incorporating (sort of) real data to feed our list. We'll make a custom adapter to drive our list with custom layouts, and introduce testing into the mix to ensure that our app continues to perform as expected. | |
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | Learn how to request Android permissions at runtime in a NativeScript with Angular mobile application. This accommodates all versions of the Android OS. | |
| | | | |
www.codeandunicorns.com
|
|
| | | | | In this part of the code we are going in depth of overlays of previews and Google Vision API. The next part of the code will be properly commented so the read out should be easier | |
| | | | |
yasoob.me
|
|
| | | I guess it's not a simple python server. It is really simple and easy to deploy python server. Just imagine you want to share a folder on your pc with someone on your network. What you will do? Obviously you will start the sharing service but what if you have python installed and want an easier solution? Here you go. You can just type in: $ python -m SimpleHTTPServer This should be typed in the terminal or command prompt if you are a windows guy. | ||