arifhasnat.com
IOS 10 : TableView tutorial with Swift 3 – most easy way – ARIF HASNAT
http://arifhasnat.com/2016/12/30/ios-10-tableview-tutorial-with-swift-3-most-easy-way
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. December 30, 2016. IOS 10 : TableView tutorial with Swift 3 – most easy way. Class ViewController: UIViewController , UITableViewDelegate , UITableViewDataSource{. Var names = ["arif","hasnat","ios","developer"]. IBOutlet weak var tableView: UITableView! Override func viewDidLoad() {. TableView.delegate = self. TableView.dataSource = self. Let cell = UITableViewCell().
arifhasnat.com
Android – ARIF HASNAT
http://arifhasnat.com/category/tutorials/android
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. All posts filed under “ Android. January 17, 2017. Recyclerview OnTouchListener Easy way. BlogCategoryRecycler.addOnItemTouchListener(new RecyclerTouchListener(this, blogCategoryRecycler, new RecyclerTouchListener.ClickListener() { @Override public void onClick(View view, int position) @Override public void onLongClick(View view, int position) }) ;. December 3, 2016.
arifhasnat.com
Sorting Algorithms – ARIF HASNAT
http://arifhasnat.com/category/tutorials/algorithms-tutorials/sorting-algorithms
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. All posts filed under “ Sorting Algorithms. October 11, 2016. Insertion Sort: Insertion sort is a simple sorting algorithm that is relatively efficient for small lists and mostly sorted lists, and is often used as part of more sophisticated algorithms. It works by taking elements from the list one by…. অব ক কর স ঝ. Android Concepts and Questions.
arifhasnat.com
Services – ARIF HASNAT
http://arifhasnat.com/category/tutorials/android/services
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. All posts filed under “ Services. September 27, 2016. Android Schedule Notifications at specific time. A notification is a message you can display to the user outside of your application’s normal UI. When you tell the system to issue a notification, it first appears as an icon in the notification area. To see the details…. অব ক কর স ঝ. Android Concepts and Questions.
arifhasnat.com
Working With ionic and cordova : Part-1 Installation – ARIF HASNAT
http://arifhasnat.com/2016/11/21/working-with-ionic-and-cordova-part-1-installation
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. November 21, 2016. Working With ionic and cordova : Part-1 Installation. Ionic is a good platform for hybrid mobile apps development , both for android and ios . There has some good stuffs and good functionality . We can make app only with HTML , CSS , And java Script framework like angular . So lets start –. And terminal for mac and linux. Then paste it and enter.
arifhasnat.com
Algorithms – ARIF HASNAT
http://arifhasnat.com/category/tutorials/algorithms-tutorials
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. All posts filed under “ Algorithms. October 11, 2016. Insertion Sort: Insertion sort is a simple sorting algorithm that is relatively efficient for small lists and mostly sorted lists, and is often used as part of more sophisticated algorithms. It works by taking elements from the list one by…. অব ক কর স ঝ. Swift Tutorial Series In Bangla : Collection Type – Array.
arifhasnat.com
Android Multi-dex Enable – ARIF HASNAT
http://arifhasnat.com/2016/12/03/android-multi-dex-enable
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. December 3, 2016. ASometimes it needed to enable multidex in out add and its can throw error also . But memory limit 64 k problem may be a painful problem to solve for who faces this problem newly . But we can easily solve this problem . Just three steps –. Add dependency at first and sync. Compile 'com.android.support:multidex: '. BuildTypes { release { minifyEnabled f...
arifhasnat.com
Home – ARIF HASNAT
http://arifhasnat.com/category/home
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. It seems we can’t find what you’re looking for. অব ক কর স ঝ. Swift Tutorial Series In Bangla : Collection Type – Array. Recyclerview OnTouchListener Easy way. Android Concepts and Questions. Proudly powered by WordPress. ARIF HASNAT designed by ThemeRobo.
arifhasnat.com
Ionic Framework – ARIF HASNAT
http://arifhasnat.com/category/tutorials/ionic-framework
Type your search terms above and press return to see the search results. Mobile Apps And Game Developer. Android Concepts and Questions. All posts filed under “ Ionic Framework. November 21, 2016. Working With ionic and cordova : Part-1 Installation. Ionic is a good platform for hybrid mobile apps development , both for android and ios . There has some good stuffs and good functionality . We can make app only with HTML , CSS , And java Script framework…. অব ক কর স ঝ. Recyclerview OnTouchListener Easy way.