Cài đặt môi trường lập trình Corona

03/09/2019 Nosomovo 0

Bước 1: Đăng ký 1 cái tài khoản và đăng nhập Truy cập vào địa chỉ: https://developer.coronalabs.com Đăng ký 1 tài khoản Đăng nhập bằng tài khoản đã đăng ký (Vì đăng nhập bạn mới có thể tải file cài đặt SDK daily build) Bước 2: Tải các file cài đặt

Khắc phục lỗi: “Program type already present: android.support.v4.app.INotificationSideChannel”

03/09/2019 Nosomovo 0

1. Mô tả lỗi Khi build ứng dụng, thì gặp lỗi “Program type already present: android.support.v4.app.INotificationSideChannel” như hình 1. 2. Cách khắc phục Để khắc phục lỗi này các bạn thực hiện, mở file gradle.properties (nằm trong thư mục platform/android) và thêm 2 dòng sau vào cuối file: android.useAndroidX=true android.enableJetifier=true

CodeIgniter: HMVC Multi Projects

03/09/2019 Nosomovo 0

Nếu bạn đang muốn xây dựng hệ thống website với 1 source duy nhất nhưng có thể chạy nhiều project? Thì đây! ngay bên dưới, là source codeigniter HMVC multi project – đúng cái bạn cần nhé. Link source github: https://github.com/agmsoftware/projectapp Còn đây là nội dung file readme của tác

Bảng chuyển đổi thư viện android sang androidx

19/08/2019 Nosomovo 0

Trong thời gian này, google thực hiện chuẩn hóa thư viện build ứng dụng android cho các developers. Theo đó, thư viện build sẽ bị thay đổi tên. Bên dưới đây là bảng ánh xạ tên thư viện android cũ sang androidx, hãy tham khảo nhé: Old build artifact AndroidX

Fix lỗi: Dependency resolved to an incompatible version: Dependency(fromArtifactVersion=ArtifactVersion(groupId=com.google.firebase, artifactId=firebase-messaging, version=17.4.0), toArtifact=Artifact(groupId=com.google.firebase, artifactId=firebase-iid), toArtifactVersionString=[17.1.0])

12/08/2019 Nosomovo 0

1. Mô tả lỗi Khi tui thực hiện build ứng dụng sang platform android với lệnh ionic cordova build android –debug  thì xuất hiện lỗi như sau: Dependency failing: com.google.firebase:firebase-messaging:17.4.0 -> com.google.firebase:firebase-iid@[17.1.0], but fire base-iid version was 17.1.2. Và bên dưới là thông tin chi tiết của lỗi này: Dependency resolved

Khắc phục lỗi mất session trong Codeigniter (ci)

29/07/2019 Nosomovo 0

1. Mô tả hiện trạng Tôi sử dụng dụng Codeigniter – Ci để xây dựng một website quản lý. Lúc đó, tôi gặp phải vấn đề session lưu phiên đăng nhập của người dùng liên tục bị mất không hiểu nguyên nhân và cũng không có quy luật nào cả. 2. Giải pháp khắc

Khắc phục lỗi “PHP Fatal error: Uncaught TypeError: Argument 1 passed to CI_Exceptions::show_exception() must be an instance of Exception, instance of ParseError given” trong Codeigniter (ci)

15/07/2019 Nosomovo 0

1. Tình trạng lỗi Tôi sử dụng Codeigniter và xuất hiện lỗi sau. “PHP Fatal error: Uncaught TypeError: Argument 1 passed to CI_Exceptions::show_exception() must be an instance of Exception, instance of ParseError given” 2. Nguyên nhân Do hệ thống update từ php 5 lên php 7 php không còn hiểu

Bản tin cập nhật Xamarin tháng 9 năm 2018

19/09/2018 Nosomovo 0

  Xamarin Newsletter September 2018 Welcome to the September 2018 edition of the Xamarin Newsletter! As summer starts turning to fall, we have a lot of updates for you, including our new developer-oriented content at Microsoft Ignite (September 24th – 28th), Xamarin support for the latest Android Pie and iOS

Khắc phục lỗi “cordova_not_available” trong ionic

13/06/2018 Nosomovo 0

1. Mô tả vấn đề Tôi sử dụng ionic 3 trong đó có sử dụng native Contacts. mọi thứ đã làm ok hết, kiểm tra không sai sót nhưng khi chạy ứng dụng trên trình duyệt bằng lệnh ionic serve  thì xuất hiện lỗi “cordova_not_available” như hình. 2. Cách khắc phục Để

Tăng thời gian timeout load trong ionic khắc phục lỗi “The connection to the server unsuccessful (file:///android_asset/www/index.html)”

13/05/2018 Nosomovo 0

1. Mô tả vấn đề Chắc hẳn trong quá trình phát triển ứng dụng với ionic framework chúng ta không ít lần bị quăng cái lỗi “The connection to the server unsuccessful (file:///android_asset/www/index.html)” ngớ ngẫn vô mặt. 2. Cách giải quyết Hãy tìm đến file config.xml và thêm dòng này vào

Không có ảnh

Close application in Ionic – Đóng ứng dụng trong Ionic

24/04/2018 Nosomovo 0

Trước tiên, mời các bạn xem video về một trường hợp sử dụng của việc đóng ứng dụng trên một sản phẩm demo của mình. Để thực hiện việc này trong Ionic các bạn làm như sau: 1. Import Platform vào page chúng ta sử dụng import { Platform} from

Đổi domain website Nukeviet

12/04/2018 Nosomovo 0

Để thay đổi domain – tên miền cho website Nukeviet chúng ta thay đổi thông số $global_config[‘my_domains’] trong file data/config/config_global.php như sau: $global_config[‘my_domains’]=’nosomovo.xyz’; Nosomovo