First of all, SQLite is not an SQL database. It is an embedded SQL database engine. SQLite does not have any separate server process like the other SQL databases have. SQL database which includes tables, views and other things are contained in a single disk file whereas SQLite operates by directly reading and writing to […]
How to create a side menu Using Ionic from blank?
Ionic is completely an open source SDK for the hybrid mobile app, It uses Cordova plugins to gain access to the host operating system features such as Camera, GPS, etc. We can build our apps, and customize them for Android, iOS, Windows, or modern browsers. The ionic framework is famous for its strong command-line interface which helps […]
What is our future of wireless technology (5G+)
Basically, if I start to write about our technologies evolution in this post that will make you bore. So, you can check it from here. But, If I tell about our future wireless technology that’s a cool topic and also very interesting. During the 80s, 1st Generation Technology was invented. It […]
How to use TestFlight to test the Apps with Ionic?
How it would be if you can pre-release your iOS app to be tested by people around the world before you are going to actually publish it worldwide? Today, I would like to share with you how you can set up a beta platform for your app. This will ensure your apps to be […]
Why use ionic native components to build mobile apps?
Ionic is a very powerful and highly usable platform for building apps nowadays. Newer versions of ionic platform provide more and more compatibility with current devices. Ionic Native give support over 130 mobile Native SDK plugins that are very useful to build powerful Ionic apps which give full advantage on Native mobile SDKs on iOS, […]