Tuesday, September 22, 2015

Alert dialog in Android Studio

Let me try to provide a code snippet on how to get an alert popup with a simple OK button in Android

We would need to import

import android.app.AlertDialog;

The code snippet shown below will give a pop up with title as "Success" and a text message with OK button.







Monday, August 10, 2015

Python - Choosing an IDE

Refer index page for Python at the following URL:
http://mylearningcafe.blogspot.in/2015/08/python-index-page.html

 
Which is the best IDE for Python?
You can have a look at the following URL
https://wiki.python.org/moin/IntegratedDevelopmentEnvironments
for a list of IDE's for Python.

I have chosen Pycharm.
One can search google to find the installable for PyCharm.

Once downloaded, the installation is very simple.








After installation, when you run, we select







Select the theme of your choice and PyCharm is set up.




Refer index page for Python at the following URL:
http://mylearningcafe.blogspot.in/2015/08/python-index-page.html