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

Category: Mobile

Mobile development refers to the program development of mobile phone software in the mobile Internet industry. The basic development languages are C, C++, JAVA, J2ME, etc. The mobile phone operating platforms involved include Symbian, WindowsMobile, Android, IPhone, OPhone, Linux, etc. The software development of these mobile phone operating system platforms is collectively referred to as mobile development.

Use of objects and structures in SWIFT

Object class Student{

var name: String = “”;
var age: Int = 0;

init(name: String ,age:Int) {
self.name = name
self.age = age
}
}

let stu = Student(name: “xiao< span style="colo

October 10, 2021By Simo Swift body, middle, object, structure, SWIFT, usageLeave a Comment

SWIFT 4.1 – Sub-class UIMAGE

When I use custom init to create a subclass of UIImage after upgrading to Swift 4.1, it does not support overriding the extended non-@objc declaration error

class Foo: UIImage {
init(b

October 10, 2021By Simo Swift 4.1, subclasses, SWIFT, UIMAGELeave a Comment

Silverlight – Scanning Text in Windows Phone 7.5 (OCR)

Is there a way to force Zxing library to scan only text? I am looking for an offline (non-cloud) solution to scan text in Windows Phone.

Either

The integrated Bing vision successfully scans the text in the image. Is there a way Call the same task in our application (similar to Microsoft.Phone.Tasks)?

October 10, 2021By Simo Silverlight 7.5, OCR, Phone, Scan, Silverlight, Text, windowsLeave a Comment

SWIFT – a combination chart using iOS-Charts (Line Map and Bar Chart)

I am trying to combine a line chart and bar chart in swift (iOS chart). Both the x-axis and y-axis seem to be scaled correctly, but the data is not displayed on the chart. I missed What’s up?

October 10, 2021By Simo Swift bar chart, chart, charts, combination, IOS, line diagram, SWIFT, UsingLeave a Comment

How to convert HexString into ByteArray in Swift 3

I am trying to convert hexString to byte array ([UInt8]) I searched everywhere but couldn’t find a solution. Below is my quick 2 code

func stringToBytes(_ string: String) -> [UInt8]? {

October 10, 2021By Simo SwiftLeave a Comment

Silverlight – Multiple browser external applications in an app

I am looking for a scenario where I need to create a “main” Silverlight application, and then add “sub” applications to the Silverlight application outside the browser. The scene is like this.

October 10, 2021By Simo Silverlight application, browser, external, middle, multiple, one, program, SilverlightLeave a Comment

SWIFT – Type does not match the protocol ‘avcapturefileoutputRecordingDelegate’

I’m trying to use AVCaptureMovieFileOutput.startRecordingToOutputFileURL to record audio to a file, and the function’s syntax requires the input of a variable of type “AVCaptureFileOutputRecordingD

October 10, 2021By Simo Swift Agreement, avcapturefileoutputrecordingdeelegate, not compliant, SWIFT, typeLeave a Comment

How to make it scroll to the top after resin the Silverlight ListBox control?

I have a silverlight list box that is used as a search result box. I am using dynamic search (the keyboard in the search box will cause an event to be triggered to filter the contents of this list

October 10, 2021By Simo Silverlight after, binding, box, control, How, List, Listbox, Reprinted, Scroll, Silverlight, TopLeave a Comment

Silverlight – ToggleButton Control VisualStateManager: Handling multiple hover status

Referring to my previous question (Silverlight MVVM Confusion: Updating Image Based on State), I started to adopt a new method. I left the existing question because I don’t want to be sure My new m

October 10, 2021By Simo Silverlight control, hover, multiple, Processing, Silverlight, status, ToggleButton, VisualStateManagerLeave a Comment

There is no type initializer in Swift—-One answer is to use static, it is the same as class final.

“Unlike stored instance properties, you must always give stored type properties a default value. This is because the type itself does not have an initializer that can assign a value to a stored typ

October 10, 2021By Simo Swift answer, class, final, initializer, static, SWIFT, type, useLeave a Comment

Posts navigation

Page 1 … Page 16 Page 17 Page 18 … Page 77
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