x
Class.Expert

Main menu

Skip to content
  • Index
  • Windows Phone
  • Android
  • Visual Studio
  • Services
  • C#

Category Archives: Android

Android

[ Android ] How To Insert Text in Cursor Position

Author Alex Date Апрель 5, 2016
The most correct way to do that is something like that: String text="Some Text";...
Tagged android, cursor, edittext, insert | Leave a comment |
Android

[ Android ] Get Access To ViewModel Anywhere

Author Alex Date Февраль 17, 2016
We need some class to get access to our view models: public class ViewModelsUtil...
Tagged access, android, binding, viewmodel | Leave a comment |
Android

[ Android ] How To Get Style Attribute from AttributeSet Programmatically

Author Alex Date Февраль 16, 2016
int gravity=attrs.getAttributeIntValue("http://schemas.android.com/apk/res/android", "layout_gravity", -1);  
Tagged android, Attribute, Programmatically | Leave a comment |
Android

[ Android ] Вывод названия месяца на русском языке

Author Alex Date Январь 21, 2016
Искал как же это делается, наткнулся только на жуткие решения вроде: заведение отдельного массива...
Tagged android, Date, format, locale, mounth, russin, месяц, русский | Leave a comment |
© Class.Expert