Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Android

Android (Android) is an open source mobile device operating system based on Linux, mainly used in smartphones and tablets. The Android system was originally developed and produced by Andy Rubin and others. The initial purpose of developing this system was to create an advanced operating system for digital cameras; but later it was found that the market demand was not large enough, and the smartphone market grew rapidly. So Android was transformed into an operating system for smartphones. It was acquired by American technology company Google in August 2005. In November 2007, Google established the Open Handheld Device Alliance with 84 manufacturers, developers, and telecom operators to jointly develop and improve the Android system. Subsequently, Google released the Android version with the Apache free open source license. The original code allowed manufacturers to launch smartphones equipped with Android, and Android gradually expanded to tablet computers and other fields.

[Android] Get this machine IP address

The method is to use the URL: http://pv.sohu.com/cityjson?ie=utf-8, return String Type of ip address:
public static String getNetIp() {
String ip = “”;
InputStream inputStream = null;
try

October 7, 2021By Simo Android Android, Get, IP address, NativeLeave a Comment

Android APP automatic upgrade

procedure _InstallApk(Apk: string span>);
var
LFile: JFile;
LIntent: JIntent;
begin
LFile := TJFile.JavaClass.init(StringToJString(ExtractFilePath(Apk)), StringToJstring(ExtractFileName(Apk

October 7, 2021By Simo Android An, app, automatic, Upgrade, ZhuoLeave a Comment

The most common Android memory optimization method and prevent leakage caused OOM summary articles

The purpose of memory optimization is to allow us to effectively avoid memory leaks in our applications during development. Memory leaks are no stranger to everyone. To put it simply and vulgarly,

October 7, 2021By Simo Android Android, article, Caused, common, leak, memory, OOM, Optimization, Preventive, Summary, wayLeave a Comment

NDK-Build instructions

ndk-build The script can be used to compile projects using NDK’s Make-based build system. In addition, we also provide more specific documents for the configuration of Android.mk and Application.mk

October 7, 2021By Simo Android build, instructions, NDKLeave a Comment

Android log plan research

The principle of android Log For android engineers, you may not need to know the details of the bottom jni part of Log. Use a picture to understand the implementation process:

There are three

October 7, 2021By Simo Android Android, log, program, researchLeave a Comment

Android Studio installation and the configuration of the first startup

Installation of Android Studio and configuration at first startup

1. Download Android Studio

Baidu search “Android Studio”

Click on the Chinese community to enter and select the latest version to download.

After downloading, double-click the installation package to start the installation.

October 7, 2021By Simo Android and first, Android, installation, Start, Studio, time configurationLeave a Comment

Android App Development Content Image Not Display

I/Glide: Root cause (1 of 1)

Solution:

1. Create a new network_config.xml file in the xml folder under res

2. Then refer to the app

October 7, 2021By Simo Android Android, app, Content, Development, display, pictureLeave a Comment

Reflect native modality, avoid adjusting view size when opening the keyboard (Android)

I am using a react-native modal that contains a View.
View has some TextInput elements. When the keyboard pops up, the View elements are all collapsed to fit the remaining space, but I don’t want

October 7, 2021By Simo Android Adjustment, Android, avoid, keyboard, modal, Native, open, reflect, Size, time, viewLeave a Comment

Android – When we start new activities to kotlin why we put .java in intent instead of .kt

According to kotlin doc, we use the following syntax to start a new activity

startActivity(Intent(this @ MainActivity,NextActivity :: class.java)) It’s kotlin, why do we add .java after

October 7, 2021By Simo Android Android, Event, intent, Java, Kotlin, KT, New, not, Put, We, whyLeave a Comment

Face real-time comparison with ID card comparison judgment is a person’s Android Demo

Needs about this project There are often such needs, such as staying in hotels, issuing certificates, bank card withdrawals, etc., to verify that the person and The ID card is the requirement of th

October 7, 2021By Simo AndroidLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4 … Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress