Android MVVM framework uses Notepad to enhance: view type, batch deletion and search notes

preface    in the last article, I completed the basic function of Notepad, that is, adding, deleting, modifying and querying. This paper enhances some functions, which will make the user experience better. After completing this article, you can realize the following effect diagram text    the functions are written ...

Posted by kevinn on Mon, 21 Feb 2022 14:41:26 +0100

WPF-MVVMLight framework learning -- using MVVMLight

This is just my study notes. Please refer to the original author for your study. Refer to learning video: https://www.bilibili.com/video/av40886206/ Refer to learning blog: https://www.cnblogs.com/wzh2010/p/6285990.html   1. Use MVVMLight in the project [1.1] search for MVVMLight in Nuget   [1.2] after adding, there will be more files After co ...

Posted by roel_v on Mon, 03 Jan 2022 03:10:06 +0100

The Android MVVM framework builds TabLayout, ViewPager, city map and weather switching

preface     in the previous article, we completed the use of Gaode map and the display of map weather. Now we can view the current local weather on the map. In this paper, we will switch other cities in China, move the map and query the weather. At the same time, reload the Fragment in the Fragment, and switch through TabLayout a ...

Posted by hazel999 on Thu, 30 Dec 2021 21:54:50 +0100

WPF UI development tutorial Resources usage

WPF introduces a very convenient concept: storing data as resources can be used locally for controls, locally for the whole window, or globally for the whole application. Data can be almost anything you want, from actual information to the hierarchy of WPF controls. This allows you to put data in one place and then use it from one or several ot ...

Posted by jhuaraya on Sat, 20 Nov 2021 13:44:26 +0100