↧
Android – Using Jelly Bean notifications
Last post was long ago! I’ve been very busy lately… but learning a lot from Android! (and Node js too… I’m in love with this platform!) Other things that I decided for those who are following me is...
View ArticleAndroid TextView with custom fonts
While developing an android app I found that everytime I was trying to use a custom font on a TextView I copied the same lines: TextView textview = (TextView) findViewById(R.id.text);...
View ArticleAndroid UI: Taking a look at iosched open source app
So, yes, open source is right, great and helps everyone to learn how to do right things (or even to just learn more about some framework). This week I needed to look at the source code of two open...
View Article