文章 2022-05-15 来自:开发者社区

手把手教你如何在Android下进行JNI开发(入门)

在进行Android开发的过程中,我们必定会遇到视频图像处理、高强度密集运算、特殊算法等场景,这时我们就不得不需要去接触一些C/C++代码,进行JNI开发。下面我将从Android.mk和CMake这两种方式教大家如何进行开发。文章结尾将给出演示的项目代码,如果你能耐心地仔细看完,相信你一定能掌握如何在Android下进行JNI开发。使用Android.mk进行JNI开发1.编写native接口....

手把手教你如何在Android下进行JNI开发(入门)
文章 2022-05-15 来自:开发者社区

将安卓手机打造成你的python全栈开发利器

我需要从源头上找到一款真的可以解决此问题的工具。再者来说,Qpython顶多算是一个python的手机简单编辑器,想将手机打造成python开发环境,那么Qpython还差的太远了....所以,Termux应运而生....Termux不仅当做我们的python开发者桌面使用,更可以通过安装各种插件,帮助你学习和使用Linux系统。有些人会问,为什么要死磕在手机上开发python呢,因为太多的IT....

文章 2022-05-14 来自:开发者社区

使用Kotlin开发Android应用

1、Kotlin介绍 [Kotlin](https://kotlinlang.org/) Kotlin是一门基于JVM的编程语言,它正成长为Android开发中用于替代Java语言的继承者。Java是世界上使用最多的编程语言之一,当其他编程语言为更加便于开发者使用而不断进化时,Java并没有像预期那样及时跟进。Java缺失的很多特性在最新的修订版中逐渐覆盖到了,但Android开发者暂时还没能.....

使用Kotlin开发Android应用
文章 2022-05-12 来自:开发者社区

Android开发 ListView(垂直滚动列表项视图)的简单使用

效果图:使用方法:1、在布局文件中加入ListView控件:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr...

Android开发 ListView(垂直滚动列表项视图)的简单使用
文章 2022-05-12 来自:开发者社区

Android开发 SeekBar(拖动条)的使用

SeekBar是Progress的子类,Progress主要用来显示进度,但是不能和用户互动,而SeekBar则可以供用户进行拖动改变进度值实现拖动进度条并显示在文本中:&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/an....

Android开发 SeekBar(拖动条)的使用
文章 2022-05-12 来自:开发者社区

Android开发 PorgressBar(进度条)的使用

圆环进度条(默认)和水平进度条:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xm...

Android开发 PorgressBar(进度条)的使用
文章 2022-05-12 来自:开发者社区

Android物联网应用程序开发(智慧园区)—— 登录界面开发

效果:布局代码:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="mat...

Android物联网应用程序开发(智慧园区)—— 登录界面开发
文章 2022-05-12 来自:开发者社区

Android物联网应用程序开发(智慧城市)—— 查询购物信息界面开发

效果:布局代码:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_heig...

Android物联网应用程序开发(智慧城市)—— 查询购物信息界面开发
文章 2022-05-12 来自:开发者社区

Android物联网应用程序开发(智慧城市)—— 用户注册界面开发

效果:布局代码:<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:to...

Android物联网应用程序开发(智慧城市)—— 用户注册界面开发
文章 2022-05-12 来自:开发者社区

Android物联网应用程序开发(智慧城市)—— 摄像头监控界面开发

效果:布局代码:<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:to...

Android物联网应用程序开发(智慧城市)—— 摄像头监控界面开发

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

mPaaS 移动开发平台

mPaaS 源于蚂蚁集团金融科技,为 App 开发、测试、运营及运维提供云到端的一站式解决方案,致力于提供高效、灵活、稳定的移动研发、管理平台。 官网地址:https://www.aliyun.com/product/mobilepaas/mpaas

+关注