Android - Custom Components
Implementing own components in pre built-in components with extending subclass with own defined class
2021-12-07 14:05
191 
Android - Drag and Drop
Android drag/drop framework allows your users to move data from one View to another View in the current layo
2021-12-07 14:05
116 
Android - Notifications
Anotificationis a message you can display to the user outside of your applications normal UI. When you tel
2021-12-07 14:05
130 
Android - Location Based Services
Android location APIs make it easy for you to build location-aware applications, without needing to focus
2021-12-07 14:05
123 
Android - Sending Email
Emailis messages distributed by electronic means from one system user to one or more recipients via a netw
2021-12-07 14:05
174 
Android - Sending SMS
In Android, you can use SmsManager API or devices Built-in SMS application to send SMSs. In this tutorial, w
2021-12-07 14:05
119 
Android - Phone Calls
Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call t
2021-12-07 14:05
146 
iOS 后缀名文件的区别
文件区别:.h :头文件。头文件包含类,类型,函数和常数的声明。.m :源代码文件。这是典型的源代码文件扩展名,可以包含Objective-C和C代码。.mm :源代码文件。带有这种扩展名的源代码文件,除了可以包含O
2021-12-07 14:04
147 
返回顶部 留言