Deshar Sunil
Deshar Sunil
viewport.top is not working well ! my max value is 1500 ... but viewport.top is repeating 000-900 after 900! Viewport viewport = new Viewport(chartTop.getMaximumViewport()); viewport.left = 0; viewport.right = 20;...
How to import and export "dbname.db" ? 1. How to export db into storage ? (I had done manually) 2. How to import db from storage to app ? (Not...
My Problems : i wanna access all data_amount values where cat_type = 3 ! ( cat_type was located in table2 but i have one foreign_key in my table1) i dont...
How to use strftime() in ActiveAndroid ! I'm gonna select records by specific dayofmonth or month or year ... but i have no idea that why where clause isn't working...
@Column(name = "timestamp", index = true) private Date timestamp; Or @Column(name = "created_at") private String created_at; Should i use String or Date .... Can i have example of how to...
Can we show MaterialDateTimePicker with full width and height like this in xml or code : 
Can we show MaterialDateTimePicker with full width and height like this in xml or code : 
Does function instantiateItem() is important or required for using viewpager ... can i use navigationTabBar.setOnTabBarSelectedIndexListener() instead of instantiateItem() Thanku
I had install in yii2-basic ... how can i implement all widgets after register in app like this `if (class_exists('ramosisw\CImaterial\web\MaterialAsset')) { ramosisw\CImaterial\web\MaterialAsset::register($this); }` How to implement menu, tables, and all...
I'm gonna select multiple dates in first time date selection. Example : Select 5 days after first day selection If i select 25 august ... i need to select next...