Published in Learn Swift in Y Minutes·Aug 14, 2020Scaffold.of() called but it’s in different contexts. Why is that?Hello everyone, my name’s Mr. Mitstori. I am a mobile developer and I make apps. In this story, I will share with you an issue recently I met in a Flutter project. That is Scaffold.of() function. Here is my code: class MyApp extends StatelessWidget { @override Widget build(BuildContext…Flutter3 min readFlutter3 min read
Published in Learn Swift in Y Minutes·Aug 4, 2020What can the Builder Class do in Flutter?Hello everyone, my name’s Mr. Mitstori. I am a mobile developer and I make apps. In this story, I will explain my understanding of the Builder Class in Flutter. When we should use it and why does this class exist? This issue has found in my project recently. After long…Flutter5 min readFlutter5 min read
Published in Learn Swift in Y Minutes·Jun 12, 2020Updating from UIWebview to WKWebviewHello everyone, my name’s Mr. Mitstori. I am a mobile developer and I make apps. In this story, I will write a tutorial on how to update from UIWebview to WKWebview. The purpose of this tutorial I would help developers who are having with the App Store guideline regarding UIWebview…Uiwebview3 min readUiwebview3 min read
Jun 12, 2020Bằng B2 là gì? Và khác nhau với các bằng B1, B2 và C như thế nào?Bằng B2, B1, C là gì: Bằng lái xe B2 là loại bằng lái xe phổ thông nhất, điều khiển xe dưới 9 chỗ ngồi tính cả tài xế, xe tải dưới 3500kg, và có thời hạn 10 năm. Loại bằng lái xe này phổ biến nhất bởi vì nhu cầu về bằng lái xe 4…Bang B24 min readBang B24 min read
Published in Learn Swift in Y Minutes·Apr 27, 2020How can I observe the UserDefaults data in Swift without RxSwift?Hello everyone, my name’s Mr. Mitstori. I am a mobile developer and I make apps. In the developing iOS app process, when I use UserDefaults without using RxSwift, I realize it taking much time to do. The work is repeated each time we want to store or read object data. …Swift4 min readSwift4 min read
Published in Learn Swift in Y Minutes·Apr 6, 2020How to setup MongoDB Server on Ubuntu 18.04 by Mr. Mitsori | Digital Ocean | Apr 2020Hello everyone, my name’s Mr. Mitstori. I am a mobile developer and I make apps. Today I would share with you my experience how to set up a MongoDB server using Digital Ocean VPS. In the previous project, I got so many issues in the setup and sync data. Thus…Digitalocean6 min readDigitalocean6 min read
Published in Learn Swift in Y Minutes·Feb 28, 2020Vertically align text to top within a UILabelThe problem comes up in a recent project of mine. I have a UILabel with space for two lines of text. Sometimes, when the text is too short, this text is displayed in the vertical center of the label. The question that how do I vertically align the text to…Uilabel3 min readUilabel3 min read
Published in Learn Swift in Y Minutes·Feb 28, 2020Make a Music iOS app using ModernAVPlayer library in 5 minutesI would like to share with you how to create a music app for iOS in 5 minutes using ModernAVPlayer. It is a lightweight library, allows you to can plug-in any iOS project by using the Cococapod or Carthage. Here are a few features of it: Support player states (playing…Swift4 min readSwift4 min read