1,Android app 源代码EOE上面有、你去下一个啥跑步的源代码呢??用压缩软件打开apk文件,解压出根目录中的classes.dex文件使用cmd,dex2jar.bat classes.dex命令将classes.dex转换为jar再用jd-gui打开该jar就可以查看源码了,如果apk安全性好的话,有些代码你是看不到的求采纳
2,怎样查看 Android APP 源代码不明白你想要什么源代码 。是Adnroid系统的源代码还是他的开源许可证,或者是Android APP软件的源代码?系统源码需要去google下载,许可证楼上说的就可以查看 。至于Android App软件的,如果不是开源的,你需要自己使用工具反编译 。不过一般现在的App上都进行了代码混淆,反编译的结果出来了,但是却看不懂的 。Android反编译网上一搜很多的 。不明白你想要什么源代码 。是adnroid系统的源代码还是他的开源许可证,或者是android app软件的源代码?系统源码需要去google下载,许可证楼上说的就可以查看 。至于android app软件的,如果不是开源的,你需要自己使用工具反编译 。不过一般现在的app上【android简单app源码,Android app 源代码】
3,急需一个简单的Android程序需源代码//最简单的helloword import android.app.Activity;import android.os.Bundle;import android.widget.TextView; public class HelloWorld extends Activity @Override public void onCreate(Bundle savedInstanceState) super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Hello, World!"); setContentView(tv); } }免费的就别想了, 自己到网上下有很多开源库就是android studio 开发的源代码, 如果你想做成你的app就得改程序,
4,求一简单ANDROID源码main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" ><EditText android:id="@+id/edit" android:layout_width="200dp" android:layout_height="wrap_content"></EditText><Button android:id="@+id/bt" android:text="click" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button><TextView android:id="@+id/tv" android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView></LinearLayout>test.java:package com.android.test;import java.text.DecimalFormat;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.EditText;import android.widget.TextView;public class test extends Activity/** Called when the activity is first created. */ TextView tv; Button bt; EditText edit; @Override public void onCreate(Bundle savedInstanceState)super.onCreate(savedInstanceState); setContentView(R.layout.main); tv = (TextView) findViewById(R.id.tv); bt = (Button) findViewById(R.id.bt); edit = (EditText) findViewById(R.id.edit); bt.setOnClickListener(new OnClickListener() public void onClick(View v)// TODO Auto-generated method stub String strEdit = edit.getText().toString(); float input = Float.parseFloat(strEdit); Float output = input / 3; DecimalFormat df = new DecimalFormat("0.##"); tv.setText(df.format(output)); }}); }}你试试哈
推荐阅读
- 安卓程序编写,如何编写android程序
- 苹果手机怎么保持竖屏,苹果手机怎么锁定竖屏
- 有没有靠谱的培训机构,有没有靠谱一点的网红培训基地
- 安卓软件开发用什么工具做的,Android APP开发用什么工具
- 建造师培训机构排行榜,一建造师考试培训哪家机构最好性价比最高
- 软件工程师年薪多少钱一个月,软件开发工程师 工资多少
- 240b灯控台编程视频,摇头灯控台DMX512 240型控台的如何编程各个键的用途有图解更
- 画流程图软件visio,visio流程图怎么画
- 吃平菇的功效