登录
首页 » Android » 私人笔记本

私人笔记本

于 2022-02-03 发布 文件大小:2.06 MB
0 121
下载积分: 2 下载次数: 2

代码说明:

此应用使用了sharepreferences和sqlite以用来存储数据,功能有私人设置密码登录和重置密码的功能,一开始登录默认是无密码的,然后登录即可使用记事本功能。设计还有许多不足之处,UI设计还有一段路要走,读者也可以根据自身理解加以完善。就这么多了,欢迎各位下载研究学习~

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Android TabHost
    2023-06-22 03:30:03下载
    积分:1
  • Inventory Control System
    库存控制系统是用于仓库操作和其他地方的软件和硬件的集成包,用于监控库存的数量、位置和状态,以及常用的相关装运、接收、领料和上架流程。该术语也可仅指软件组件
    2022-01-31 03:19:14下载
    积分:1
  • Android Xmpp 实现文字聊天,语音聊天,发文件
    基于Xmpp实现文字聊天,语音聊天,发文件服务器为openfire,配置好openfire即可使用。
    2022-01-24 13:39:04下载
    积分:1
  • Android的WebView imageupload
    应用背景WebView。getsettings() setjavascriptenabled(真正的);关键技术在Android的WebView,图像上传openfilechooser正常使用。它工作精细。但在Android KitKat,openfilechooser不工作。这是Android的WebView的问题4.4。不要浪费时间去解决这个问题。唯一的办法是增加javascriptinterface。
    2022-03-04 08:16:28下载
    积分:1
  • androidapp
    android 开发实例 1、 图片浏览器(Picture Viewer) 2 、文件浏览器(File Browser) 3 、通讯录(Contact) 4 、任务管理器(Task Manager) 5 、音乐播放器(Rock Player) 6 、天气预报(Android Weather Forecast) 7 、多媒体播放器(Android Media Player) 8、短信语音播报(Speak Message Service) 9、手机远程监控(Cam Monitor) 10、贪吃蛇游戏(Snake) (android development example 1, photo viewer (Picture Viewer) 2, file browser (File Browser) 3, Contacts (Contact) 4, Task Manager (Task Manager) 5, music player (Rock Player) 6, weather forecast (Android Weather Forecast) 7, multimedia player (Android Media Player) 8, SMS voice broadcast (Speak Message Service) 9, cell phone remote control (Cam Monitor) 10, Snake (Snake))
    2020-06-25 21:40:02下载
    积分:1
  • MyViewFlipper
    android平台的一个小Demo,实现了带指引点的滑动翻页(A a small Demo on Android platform, realized the guidance with the point of sliding turn the page)
    2012-11-16 10:30:05下载
    积分:1
  • cwac-anddown-master
    Android组件库CWAC主要用来解决Android 开发中各个方面的常见问题,每个 CWAC 组件打包成一个独立的 jar 文件,JNI处理,本次下载的是CWAC组件库及应用示例(Component library CWAC Android Android is mainly used to solve common problems in all aspects of development, each CWAC components packaged into a separate jar files, JNI treatment, the download is CWAC component library and application examples)
    2014-04-16 08:49:06下载
    积分:1
  • Android实现按回车确认键显示其它输入框的EditText
    Android实现按回车确认键显示其它输入框的EditText,在正常状态下,其它部分的EditText是灰色的,当按下回车键后,高亮显示进入输入状态,相关代码可参考如下代码:   public void onCreate(Bundle savedInstanceState)   {    super.onCreate(savedInstanceState);    setContentView(R.layout.main);    editTexts[0] = (EditText) findViewById(R.id.edittext1);    editTexts[1] = (EditText) findViewById(R.id.edittext2);    editTexts[2] = (EditText) findViewById(R.id.edittext3);    for (int i = 0; i < editTexts.length; i++)    editTexts[i].setOnKeyListener(this);    buttons[0] = (Button) findViewById(R.id.button1);    buttons[1] = (Button) findViewById(R.id.button2);    buttons[2] = (Button) findViewById(R.id.button3);   }
    2022-03-26 11:46:37下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • Android-andbook
    Android编程入门教程andbook中文版(this book is fit for the beginners)
    2015-11-15 15:35:33下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载